Struct CoreGraphics.CGRect
- Namespace
- Xui.Runtime.IOS
- Assembly
- Xui.Runtime.IOS.dll
public struct CoreGraphics.CGRect
- Inherited Members
-
Constructors
CGRect(NFloat, NFloat, NFloat, NFloat)
public CGRect(NFloat x, NFloat y, NFloat width, NFloat height)
Parameters
x NFloat
y NFloat
width NFloat
height NFloat
CGRect(CGPoint, CGSize)
public CGRect(CoreGraphics.CGPoint origin, CoreGraphics.CGSize size)
Parameters
origin CoreGraphics.CGPoint
size CoreGraphics.CGSize
Fields
Origin
public CoreGraphics.CGPoint Origin
Field Value
- CoreGraphics.CGPoint
Size
public CoreGraphics.CGSize Size
Field Value
- CoreGraphics.CGSize
Operators
implicit operator CGRect(Rect)
public static implicit operator CoreGraphics.CGRect(Rect rect)
Parameters
rect Rect
Returns
- CoreGraphics.CGRect
implicit operator Rect(CGRect)
public static implicit operator Rect(CoreGraphics.CGRect rect)
Parameters
rect CoreGraphics.CGRect
Returns
- Rect