







JsPropertiesExtractor | Send comments on this topic. |
AddViewport Method | |
See Also |
![]() |
vdWebLibrary Namespace > vdrawObj Class : AddViewport Method |
- insertion
- lower left insertion point of viewport rectangle
- width
- width of viewport in drawing units
- height
- height of viewport in drawing units
- viewcenter
- view center of viewport relative to document model layout.NOTE:set it to undefine in order to automaticaly get the document model extents center point
- viewsize
- view size of viewport in drawing units relative to document model layout..NOTE:set it to undefine in order to automaticaly get the document model extents height
- drawit
- Defines if the viewport object will be drawn.
JScript | |
---|---|
public function AddViewport( insertion : Object, width : double, height : double, viewcenter : Object, viewsize : double, drawit : boolean ) : Object; |
Parameters
- insertion
- lower left insertion point of viewport rectangle
- width
- width of viewport in drawing units
- height
- height of viewport in drawing units
- viewcenter
- view center of viewport relative to document model layout.NOTE:set it to undefine in order to automaticaly get the document model extents center point
- viewsize
- view size of viewport in drawing units relative to document model layout..NOTE:set it to undefine in order to automaticaly get the document model extents height
- drawit
- Defines if the viewport object will be drawn.