SetClipRectangle Method (Viewport Object)

Scope: Schematic editor

Object: Viewport Object

Prerequisites: None

Sets the clipping region for drawing in the form of a Rect Object.

Usage

Viewport.SetClipRectangle(ByVal Left As Long, ByVal Top As Long, ByVal Right As Long, ByVal Bottom As Long) As IVdRect

Arguments

Left

Leftmost X coordinate.

Top

Topmost Y coordinate.

Right

Rightmost X coordinate.

Bottom

Bottommost Y coordinate.

Return Values

As IVdRect. The Rect Object.