Table of Contents

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

width double

Width.

height double

Height.

Fields

Height

Height.

public double Height

Field Value

double

Width

Width.

public double Width

Field Value

double

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.