Show / Hide Table of Contents

Method CreateRectangle

| Edit this page View Source

CreateRectangle(Rect)

Creates a rectangular region in device independent units.

Declaration
public static Region CreateRectangle(Rect rect)
Parameters
Type Name Description
Rect rect

Rectangular region.

Returns
Type Description
Region
| Edit this page View Source

CreateRectangle(RectInt32)

Creates a rectangular region in screen units.

Declaration
public static Region CreateRectangle(RectInt32 rect)
Parameters
Type Name Description
RectInt32 rect

Rectangular region.

Returns
Type Description
Region
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX