Error processing SSI file
(Leadtools.Controls)

Show in webframe

OffsetBy Method




Amount to translate the image horizontally and vertically.
Translate the image of the item horizontally and vertically by a certain amount.
Syntax
public void OffsetBy( 
   LeadPointD value
)
'Declaration
 
Public Sub OffsetBy( _
   ByVal value As LeadPointD _
) 

Parameters

value
Amount to translate the image horizontally and vertically.
Remarks

This method will add value to the Offset with the new value is stored in the property

This is a display method and will not change the image data.

This is a state value. For more information, for more information, refer Image Viewer Transformation.

Requirements

Target Platforms

See Also

Reference

ImageViewerItem Class
ImageViewerItem Members

Error processing SSI file