Table of Contents

Constructor MetafileRect

Namespace
DocWright.Core.Metafiles
Assembly
DocWright.Core.dll

MetafileRect(int, int, int, int)

Initializes a rectangle.

public MetafileRect(int x, int y, int width, int height)

Parameters

x int

The left coordinate in device units.

y int

The top coordinate in device units.

width int

The width in device units.

height int

The height in device units.