Table of Contents

Struct CGSize

Namespace
CarinaStudio.MacOS.CoreGraphics
Assembly
CarinaStudio.AppBase.MacOS.dll

CGSize.

public struct CGSize
Inherited Members
Extension Methods

Constructors

CGSize(double, double)

Initialize CGSize structure.

public CGSize(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.