Table of Contents

Struct CoreGraphics.CGSize

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll
public struct CoreGraphics.CGSize
Inherited Members

Constructors

CGSize(NFloat, NFloat)

public CGSize(NFloat width, NFloat height)

Parameters

width NFloat
height NFloat

Fields

Height

public NFloat Height

Field Value

NFloat

Width

public NFloat Width

Field Value

NFloat

Operators

implicit operator Vector(CGSize)

public static implicit operator Vector(CoreGraphics.CGSize size)

Parameters

size CoreGraphics.CGSize

Returns

Vector