Package | Description |
---|---|
crossmobile.ios.coregraphics | |
crossmobile.ios.foundation | |
crossmobile.ios.uikit |
Modifier and Type | Method and Description |
---|---|
CGSize |
CGSize.applyAffineTransform(CGAffineTransform t)
Applies the specified affine transformation to this CGSize object.
|
CGSize |
CGLayer.getSize()
Returns the width and height of this CGLayer object.
|
CGSize |
CGRect.getSize() |
Modifier and Type | Method and Description |
---|---|
static CGLayer |
CGLayer.createWithContext(CGContext context,
CGSize size,
Map dictionary)
Creates and returns a CGLayer object with the specified parameter values.
|
void |
CGContext.setShadowWithColor(CGSize offset,
double blur,
CGColor color)
Draws shadow with color for this graphics context.
|
void |
CGRect.setSize(CGSize size) |
Modifier and Type | Method and Description |
---|---|
static CGSize |
NSString.drawAtPoint(String self,
CGPoint point,
UIFont font)
Deprecated.
|
static CGSize |
NSString.sizeWithFont(String self,
UIFont font)
Deprecated.
|
static CGSize |
NSString.sizeWithFont(String self,
UIFont font,
CGSize size,
int NSLineBreakMode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CGSize |
NSString.sizeWithFont(String self,
UIFont font,
CGSize size,
int NSLineBreakMode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CGSize |
UIScrollView.contentSize()
Returns the size of the content view.
|
CGSize |
UIViewController.contentSizeForViewInPopover()
Deprecated.
|
CGSize |
UIView.intrinsicContentSize()
Returns the natural size of this view.
|
CGSize |
UIButton.intrinsicContentSize() |
CGSize |
UIPopoverController.popoverContentSize()
Deprecated.
Returns the size of the popover.
|
CGSize |
UIPickerView.rowSizeForComponent(int component)
Returns the size of the row for this component that corresponds to the
largest string or view displayed.
|
CGSize |
UILabel.shadowOffset()
Returns the shadow offset of the label's text expressed in points.
|
CGSize |
UIImage.size()
Returns the dimensions of this image.
|
CGSize |
UIPageControl.sizeForNumberOfPages(int pageCount)
Returns the size of this page control's bounds in order to accomodate the
specified number of pages.
|
CGSize |
UIImageView.sizeThatFits(CGSize size) |
CGSize |
UIView.sizeThatFits(CGSize size)
Returns a size for this view that fits the specified size in an optimal
way.
|
CGSize |
UITableViewCell.sizeThatFits(CGSize size) |
Modifier and Type | Method and Description |
---|---|
static void |
UIGraphics.beginImageContext(CGSize size)
Creates an bitmap-based image context of the specified option.
|
static void |
UIGraphics.beginImageContextWithOptions(CGSize size,
boolean opaque,
double scale)
Creates an bitmap-based image context using the specified parameters.
|
void |
UIScrollView.setContentSize(CGSize contentSize)
Sets the size of the content view.
|
void |
UIViewController.setContentSizeForViewInPopover(CGSize contentSizeForViewInPopover)
Deprecated.
|
void |
UIPopoverController.setPopoverContentSize(CGSize popoverContentSize)
Deprecated.
Sets the size of the popover.
|
void |
UIPopoverController.setPopoverContentSize(CGSize size,
boolean animated)
Deprecated.
Resizes the popover using animation or not.
|
void |
UILabel.setShadowOffset(CGSize shadowOffset)
Sets the shadow offset for the label's text expressed in points.
|
CGSize |
UIImageView.sizeThatFits(CGSize size) |
CGSize |
UIView.sizeThatFits(CGSize size)
Returns a size for this view that fits the specified size in an optimal
way.
|
CGSize |
UITableViewCell.sizeThatFits(CGSize size) |
Copyright © 2020. All rights reserved.