PocketPlanner Programmer's Guide

GraphicsEx.Scroll Property

See Also

Gets the current translation vector of this GraphicsEx object.

Namespace: MindFusion.Drawing
Assembly: PocketPlanner

 Syntax

C#

public Point Scroll { get; }

Visual Basic

Public ReadOnly Property Scroll As Point

 Property Value

A .NET Point object containing the coordinates of the current translation vector.

 See Also