←Select platform

YOffset Property

Summary

The Y offset of the external representation.

Syntax
C#
VB
Objective-C
C++
Java
public int YOffset { get; set; } 
Public Property YOffset As Integer 
@property (nonatomic, assign) NSInteger yOffset 
public int getYOffset() 
public void setYOffset(int value) 
public: 
property int YOffset { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly