Struct CGRect
- Namespace
- CarinaStudio.MacOS.CoreGraphics
- Assembly
- CarinaStudio.AppBase.MacOS.dll
CGRect.
public struct CGRect
- Inherited Members
- Extension Methods
Constructors
CGRect(CGPoint, CGSize)
Initialize CGRect structure.
public CGRect(CGPoint origin, CGSize size)
Parameters
CGRect(double, double, double, double)
Initialize CGRect structure.
public CGRect(double x, double y, double width, double height)
Parameters
Fields
Origin
Origin.
public CGPoint Origin
Field Value
Size
Size.
public CGSize Size
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.