[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ZoomBoundsInfo.Zoom

Zoom Method

Zoom(int)

Zooms the specified current value.

Declaration
public int Zoom(int currentValue)
Parameters
Type Name Description
int currentValue

The int value need to zoom.

Returns
Type Description
int

A int value that represents the zoomed value.

Zoom(double)

Zooms the specified current value.

Declaration
public double Zoom(double currentValue)
Parameters
Type Name Description
double currentValue

The double value need to zoom.

Returns
Type Description
double

A double value that represents the zoomed value.

Zoom(float)

Zooms the specified current value.

Declaration
public float Zoom(float currentValue)
Parameters
Type Name Description
float currentValue

The current value.

Returns
Type Description
float

A float value that represents the zoomed value.

Zoom(RectangleF)

Zooms the specified current rectangle.

Declaration
public RectangleF Zoom(RectangleF currentRectangle)
Parameters
Type Name Description
RectangleF currentRectangle

The current rectangle.

Returns
Type Description
RectangleF

A RectangleF value that represents the zoomed result.

Zoom(Rectangle)

Zooms the specified current rectangle.

Declaration
public Rectangle Zoom(Rectangle currentRectangle)
Parameters
Type Name Description
Rectangle currentRectangle

The current rectangle.

Returns
Type Description
Rectangle

A Rectangle value that represents the zoomed result.

Zoom(Size)

Zooms the specified current size.

Declaration
public Size Zoom(Size currentSize)
Parameters
Type Name Description
Size currentSize

The current size.

Returns
Type Description
Size

A Size value that represents the zoomed result.

Zoom(SizeF)

Zooms the specified current size.

Declaration
public SizeF Zoom(SizeF currentSize)
Parameters
Type Name Description
SizeF currentSize

The current size.

Returns
Type Description
SizeF

A SizeF value that represents the zoomed result.

Zoom(Point)

Zooms the specified current point.

Declaration
public Point Zoom(Point currentPoint)
Parameters
Type Name Description
Point currentPoint

The current point.

Returns
Type Description
Point

A Point value that represents the zoomed result.

Zoom(PointF)

Zooms the specified current point.

Declaration
public PointF Zoom(PointF currentPoint)
Parameters
Type Name Description
PointF currentPoint

The current point.

Returns
Type Description
PointF

A PointF value that represents the zoomed result.