Gets and sets the initial position and scaling of the image specifying image rectangle coordinates.
Read-write property
Visual Basic |
---|
Public Property InitialImageRectangle As String |
A string value which represents the initial position and scaling of the image specifying image rectangle coordinates.
An example value is 0,0,0,0. The string should contain 4 numeric string values separated by commas. These values specify the image rectangle coordinates where the image rectangle is centered initially. The four values correspond to the left, top, width and height of the rectangular area.
This property is used when the ImageScalingMethod is set to PV_ScalingMethod_Rectangle (1).
Set this property in the Object/Embed tag or during the OnInitialize event.
The scope of this property depends on where it is set. For more information, refer to the Initial Property Scope topic.