Struct NSRect
- Namespace
- CarinaStudio.MacOS.AppKit
- Assembly
- CarinaStudio.AppBase.MacOS.dll
NSRect.
public struct NSRect
- Inherited Members
- Extension Methods
Constructors
NSRect(NSPoint, NSSize)
Initialize NSRect structure.
public NSRect(NSPoint origin, NSSize size)
Parameters
NSRect(double, double, double, double)
Initialize NSRect structure.
public NSRect(double x, double y, double width, double height)
Parameters
Fields
Origin
Origin.
public NSPoint Origin
Field Value
Size
Size.
public NSSize 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.