Table of Contents

Method Create

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

Create(int, int)

Creates new rectangle with the specified width and height.

public static RectI Create(int width, int height)

Parameters

width int

Rectangle width.

height int

Rectangle height.

Returns

RectI