Table of Contents

Method Create

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

Create(float, float)

Creates new rectangle with the specified width and height.

public static RectD Create(float width, float height)

Parameters

width float

Rectangle width.

height float

Rectangle height.

Returns

RectD