UIImage.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The dimensions of the image. Read-only.
[ObjCRuntime.ThreadSafe]
public virtual CoreGraphics.CGSize Size { [Foundation.Export("size")] get; }
member this.Size : CoreGraphics.CGSize
Property Value
- Attributes
Remarks
In iOS 4.0 and higher, this value is in points. In iOS 3.0 and lower, this value is in pixels.
This can be used from a background thread.