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;}
C++/CLI 
public:
property PointF ZoomCenterPoint {
   PointF get();
   void set (PointF value);
}

See Also