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(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(double, double)

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

public SizeD(double width, double height)

Parameters

width double
height double

SizeD(double)

Initializes a new instance of the SizeD struct.

public SizeD(double widthAndHeight)

Parameters

widthAndHeight double

Width and Height values.