WebPlanner Programmer's Guide

GraphicsEx.Scroll Property

See Also
 


Gets the current translation vector of this GraphicsEx object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling.Compact

 Syntax

C#  Copy Code

public Point Scroll { get; }

Visual Basic  Copy Code

Public ReadOnly Property Scroll As Point

 Property Value

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

 See Also