







JsPropertiesExtractor | Send comments on this topic. |
GetEntitiesInWindowBox Method | |
See Also |
![]() |
vdWebLibrary Namespace > vdrawObj Class : GetEntitiesInWindowBox Method |
- xmin
- The x value of the lower left point of the box in pixel coordinates.
- ymin
- The y value of the lower left point of the box in pixel coordinates.
- xmax
- The x value of the upper right point of the box in pixel coordinates.
- ymax
- The y value of the upper right point of the box in pixel coordinates.
JScript | |
---|---|
public function GetEntitiesInWindowBox( xmin : int, ymin : int, xmax : int, ymax : int ) : Object; |
Parameters
- xmin
- The x value of the lower left point of the box in pixel coordinates.
- ymin
- The y value of the lower left point of the box in pixel coordinates.
- xmax
- The x value of the upper right point of the box in pixel coordinates.
- ymax
- The y value of the upper right point of the box in pixel coordinates.