LEADTOOLS (Leadtools assembly)

XOffset Property

Show in webframe







The X offset of the external representation.
Syntax
public int XOffset {get; set;}
'Declaration
 
Public Property XOffset As Integer
'Usage
 
Dim instance As RasterRegionXForm
Dim value As Integer
 
instance.XOffset = value
 
value = instance.XOffset
public int XOffset {get; set;}
@property (nonatomic, assign) int xOffset;
public int getXOffset()
public void setXOffset(int value)
            
 
get_XOffset();
set_XOffset(value);
Object.defineProperty('XOffset');
public:
property int XOffset {
   int get();
   void set (    int value);
}

Property Value

The X offset of the external representation.
Remarks

When translating information from the image, you can use the left value of the painting method destination rectangle.

When translating information to the image, you can negate the left value of the painting method destination rectangle (-left).

Refer to the XScalarNumerator property to see which methods translate which direction.

For more information, refer to Translating Coordinates for a Region.

Example
For an example, refer to RasterRegion.Transform.
Requirements

Target Platforms

See Also

Reference

RasterRegionXForm Class
RasterRegionXForm Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.