Struct NSSize
- Namespace
- CarinaStudio.MacOS.AppKit
- Assembly
- CarinaStudio.AppBase.MacOS.dll
CGSize.
public struct NSSize
- Inherited Members
- Extension Methods
Constructors
NSSize(double, double)
Initialize NSSize structure.
public NSSize(double width, double height)
Parameters
Fields
Height
Height.
public double Height
Field Value
Width
Width.
public double Width
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.