Table of Contents

Method Create

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

Create(double, double)

Creates new rectangle with the specified width and height.

public static RectD Create(double width, double height)

Parameters

width double

Rectangle width.

height double

Rectangle height.

Returns

RectD