Table of Contents

Method Create

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

Create(float, float, float, float)

Creates a SvgRectF structure with upper-left corner and lower-right corner at the specified locations.

public static SvgRectF Create(float left, float top, float right, float bottom)

Parameters

left float

The x-coordinate of the upper-left corner of the rectangular region.

top float

The y-coordinate of the upper-left corner of the rectangular region.

right float

The x-coordinate of the lower-right corner of the rectangular region.

bottom float

The y-coordinate of the lower-right corner of the rectangular region.

Returns

SvgRectF

The new SvgRectF that this method creates.