LEADTOOLS (Leadtools assembly)

YOffset Property

Show in webframe







The Y offset of the external representation.
Syntax
public int YOffset {get; set;}
'Declaration
 
Public Property YOffset As Integer
'Usage
 
Dim instance As RasterRegionXForm
Dim value As Integer
 
instance.YOffset = value
 
value = instance.YOffset
public int YOffset {get; set;}
@property (nonatomic, assign) int yOffset;
public int getYOffset()
public void setYOffset(int value)
            
 
get_YOffset();
set_YOffset(value);
Object.defineProperty('YOffset');
public:
property int YOffset {
   int get();
   void set (    int value);
}

Property Value

The Y offset of the external representation.
Remarks

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

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

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.