SelectedZonePenWidth property (ILEADRasterDocument)
short SelectedZonePenWidth | |
Overview |
Refer to Drawing Pages and Zones |
Remarks
Gets or sets the width of the pen used to draw selected zones.
Set this property before calling the DrawPage method to set the width of the pen used to draw selected zones.
To specify the width to use when drawing zones, set the ZonePenWidth property.
To draw a specific selected zone call the SelectZone method or the SelectZoneByPoint method.
See Also