Table of Contents

Constructor RectD

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

RectD(double, double, double, double)

Initializes a new instance of the RectD class with the specified location and size.

public RectD(double x, double y, double width, double height)

Parameters

x double
y double
width double
height double

RectD(PointD, SizeD)

Initializes a new instance of the RectD class with the specified location and size.

public RectD(PointD location, SizeD size)

Parameters

location PointD
size SizeD

RectD(Vector4)

Initializes a new instance of the RectD struct from the specified Vector4.

public RectD(Vector4 vector)

Parameters

vector Vector4