Visual Basic (Declaration) | |
---|---|
Public Property Offset As Point |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Point Offset {get; set;} |
Return Value
The Zone scroll position.
This property used to specify the scroll position of the viewer that view the page.
So, setting this property will lets the DrawPage method draws the zones in the correct positions.
The Point.X specifies the horizontal scroll position,
and the Point.Y specifies the vertical scroll position.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family