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