dotnetCHARTING Send comments on this topic.
ZoomCenterPoint Property
See Also 
dotnetCHARTING.Mapping Namespace > Mapping Class : ZoomCenterPoint Property


Gets or sets a point that anchors the map to center when used with ZoomPercentage.

Syntax

Visual Basic (Declaration) 
Public Property ZoomCenterPoint As PointF
Visual Basic (Usage)Copy Code
Dim instance As Mapping
Dim value As PointF
 
instance.ZoomCenterPoint = value
 
value = instance.ZoomCenterPoint
C# 
public PointF ZoomCenterPoint {get; set;}

See Also

© 2010 All Rights Reserved.