Struct NSPoint
- Namespace
- CarinaStudio.MacOS.AppKit
- Assembly
- CarinaStudio.AppBase.MacOS.dll
NSPoint.
public struct NSPoint
- Inherited Members
- Extension Methods
Constructors
NSPoint(double, double)
Initialize NSPoint structure.
public NSPoint(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.