Accusoft Prizm Viewer Control v10.0
SetSelectionRectangle Method
A double value which represents the x (horizontal) coordinate of the rectangular area of the image to select.
A double value which represents the y (vertical) coordinate of the rectangular area of the image to select.
A double value which represents the width of the rectangular area of the image to select.
A double value which represents the height of the rectangular area of the image to select.
Description
Selects an area on the image.
Syntax
Visual Basic
Public Sub SetSelectionRectangle( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double _
) 
Parameters
x
A double value which represents the x (horizontal) coordinate of the rectangular area of the image to select.
y
A double value which represents the y (vertical) coordinate of the rectangular area of the image to select.
width
A double value which represents the width of the rectangular area of the image to select.
height
A double value which represents the height of the rectangular area of the image to select.
See Also

PrizmControl Object  | PrizmControl Members  | SelectionRectangleX Property  | SelectionRectangleY Property  | SelectionRectangleWidth Property  | SelectionRectangleHeight Property

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback