[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ZoomBoundsInfo

ZoomBoundsInfo Class

Represents a helper on zoom layout. Provide information about location, size.

Inheritance
ZoomBoundsInfo
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
public class ZoomBoundsInfo

Properties

Name Description
CurrentBounds

Gets the current bounds that provided by C1Zoom.

CurrentFactor

Gets the current factor provided by C1Zoom.

TargetFactor

Gets the recommended factor provided by C1Zoom.

Methods

Name Description
Zoom(double)

Zooms the specified current value.

Zoom(Point)

Zooms the specified current point.

Zoom(PointF)

Zooms the specified current point.

Zoom(Rectangle)

Zooms the specified current rectangle.

Zoom(RectangleF)

Zooms the specified current rectangle.

Zoom(Size)

Zooms the specified current size.

Zoom(SizeF)

Zooms the specified current size.

Zoom(int)

Zooms the specified current value.

Zoom(float)

Zooms the specified current value.