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