Class ShapeEditorZoom
Inheritance
System.Object
ShapeEditorZoom
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.WinControls.dll
Syntax
public class ShapeEditorZoom
Constructors
Declaration
public ShapeEditorZoom(float minZoom, float maxZoom)
Parameters
|
System.Single
minZoom
|
|
System.Single
maxZoom
|
Declaration
public ShapeEditorZoom(float minZoom, float maxZoom, float zoom)
Parameters
|
System.Single
minZoom
|
|
System.Single
maxZoom
|
|
System.Single
zoom
|
Properties
Declaration
public Size FullArea { get; }
Property Value
Declaration
public Point Location { get; set; }
Property Value
Declaration
public RectangleF VisibleArea { get; set; }
Property Value
|
System.Drawing.RectangleF
|
Declaration
public Size VisibleAreaSize { get; set; }
Property Value
Declaration
public RectangleF WorkingArea { get; set; }
Property Value
|
System.Drawing.RectangleF
|
Declaration
public float ZoomFactor { get; set; }
Property Value
Declaration
public float ZoomInMax { get; set; }
Property Value
Declaration
public float ZoomOutMax { get; set; }
Property Value
Methods
Declaration
public void FitToScreen()
Declaration
public void FitToScreen(RectangleF? rect)
Parameters
|
System.Nullable<System.Drawing.RectangleF>
rect
|
Declaration
public PointF PtToVirtual(PointF pt)
Parameters
Returns
Declaration
public PointF PtToVisible(PointF pt)
Parameters
Returns
Declaration
public RectangleF RectToVirtual(RectangleF rect)
Parameters
|
System.Drawing.RectangleF
rect
|
Returns
|
System.Drawing.RectangleF
|
Declaration
public RectangleF RectToVisible(RectangleF rect)
Parameters
|
System.Drawing.RectangleF
rect
|
Returns
|
System.Drawing.RectangleF
|
Declaration
public PointF VirtualToPt(PointF pt)
Parameters
Returns
Declaration
public RectangleF VirtualToRect(RectangleF rect)
Parameters
|
System.Drawing.RectangleF
rect
|
Returns
|
System.Drawing.RectangleF
|
Declaration
public PointF VisibleToPt(PointF pt)
Parameters
Returns
Declaration
public RectangleF VisibleToRect(RectangleF rect)
Parameters
|
System.Drawing.RectangleF
rect
|
Returns
|
System.Drawing.RectangleF
|
Declaration
public bool Zoom(float value)
Parameters
Returns
Declaration
public void ZoomAtPoint(PointF pt, PointF ptInView)
Parameters
|
System.Drawing.PointF
pt
|
|
System.Drawing.PointF
ptInView
|
Declaration
public float ZoomIn(float step)
Parameters
Returns
Declaration
public float ZoomOut(float step)
Parameters
Returns
Extension Methods