RectangleSize class
Platform: ImagesAppKitLanguage: Objective-C SDK:
Provides an object that describes a rectangle. An object of this type is required as a parameter in some methods.
Import statement
@import EyesImagesAppKit
Constructor
- initWithSize()
- Construct a RectangleSize object.
Properties
- heightType:CGFloat
- The height of the rectangle in pixels.
- widthType:CGFloat
- The width of the rectangle in pixels.