Table of Contents

Constructor SizeD

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

SizeD(SizeD)

Initializes a new instance of the SizeD class from the specified existing SizeD.

public SizeD(SizeD size)

Parameters

size SizeD

SizeD(SKSize)

Initializes a new instance of the SizeD structure using the specified SKSize.

public SizeD(SKSize size)

Parameters

size SKSize

The SKSize value used to initialize the dimensions of the SizeD instance.

SizeD(PointD)

Initializes a new instance of the SizeD class from the specified PointD.

public SizeD(PointD pt)

Parameters

pt PointD

SizeD(Vector2)

Initializes a new instance of the SizeD struct from the specified Vector2.

public SizeD(Vector2 vector)

Parameters

vector Vector2

SizeD(float, float)

Initializes a new instance of the SizeD class from the specified dimensions.

public SizeD(float width, float height)

Parameters

width float
height float

SizeD(float)

Initializes a new instance of the SizeD struct.

public SizeD(float widthAndHeight)

Parameters

widthAndHeight float

Width and Height values.