Scope: Schematic editor
Object: Application Object
Prerequisites: None
Occurs when a View is painted.
Sub Application_PaintRegion(ByVal View As IVdView, ByVal LowerLeftx As Long, ByVal LowerLefty As Long, ByVal UpperRightx As Long, ByVal UpperRighty As Long)
Specifies the name of the View being painted.
X coordinate of the lower left hand corner of the clip rectangle. This value is expressed in the application coordinate system.
Y coordinate of the lower left hand corner of the clip rectangle. This value is expressed in the application coordinate system.
X coordinate of the upper right hand corner of the clip rectangle. This value is expressed in the application coordinate system.
Y coordinate of the upper right hand corner of the clip rectangle. This value is expressed in the application coordinate system.
The View being painted, and the dimensions of the clip rectangle are passed as parameters. Use this method as a hook into the Viewport object.