[]
Represents a helper on zoom layout. Provide information about location, size.
public class ZoomBoundsInfo
| 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. |
| 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. |