Class AfterDrawInViewEventArgs
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
An object type that Contains all the arguments of a AfterDrawInView event.
public class AfterDrawInViewEventArgs
- Inheritance
-
AfterDrawInViewEventArgs
- Inherited Members
Properties
- display
The dispaly mode tha can be one of the following values:
0 is going to draw on the screen view
2 is going to draw on printer window view during the call of printToImageData(int, int, object, object, object, int, int)
4 is going to draw on printer paper view during the call of printToImageData(int, int, object, object, object, int, int)
- pixelsize
The size of one(1) pixel in Drawing Units.
- render
The render context that is used to draw entities
- viewrect
Returns an object with left , right, top , bottom properties that defines the bounding of the rendering area in view co-ordinate system.