[]
Zooms the specified current value.
public int Zoom(int currentValue)
Public Function Zoom(currentValue As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | currentValue | The int value need to zoom. |
| Type | Description |
|---|---|
| int | A int value that represents the zoomed value. |
Zooms the specified current value.
public double Zoom(double currentValue)
Public Function Zoom(currentValue As Double) As Double
| Type | Name | Description |
|---|---|---|
| double | currentValue | The double value need to zoom. |
| Type | Description |
|---|---|
| double | A double value that represents the zoomed value. |
Zooms the specified current value.
public float Zoom(float currentValue)
Public Function Zoom(currentValue As Single) As Single
| Type | Name | Description |
|---|---|---|
| float | currentValue | The current value. |
| Type | Description |
|---|---|
| float | A float value that represents the zoomed value. |
Zooms the specified current rectangle.
public RectangleF Zoom(RectangleF currentRectangle)
Public Function Zoom(currentRectangle As RectangleF) As RectangleF
| Type | Name | Description |
|---|---|---|
| RectangleF | currentRectangle | The current rectangle. |
| Type | Description |
|---|---|
| RectangleF | A RectangleF value that represents the zoomed result. |
Zooms the specified current rectangle.
public Rectangle Zoom(Rectangle currentRectangle)
Public Function Zoom(currentRectangle As Rectangle) As Rectangle
| Type | Name | Description |
|---|---|---|
| Rectangle | currentRectangle | The current rectangle. |
| Type | Description |
|---|---|
| Rectangle | A Rectangle value that represents the zoomed result. |
Zooms the specified current size.
public Size Zoom(Size currentSize)
Public Function Zoom(currentSize As Size) As Size
| Type | Name | Description |
|---|---|---|
| Size | currentSize | The current size. |
| Type | Description |
|---|---|
| Size | A Size value that represents the zoomed result. |
Zooms the specified current size.
public SizeF Zoom(SizeF currentSize)
Public Function Zoom(currentSize As SizeF) As SizeF
| Type | Name | Description |
|---|---|---|
| SizeF | currentSize | The current size. |
| Type | Description |
|---|---|
| SizeF | A SizeF value that represents the zoomed result. |
Zooms the specified current point.
public Point Zoom(Point currentPoint)
Public Function Zoom(currentPoint As Point) As Point
| Type | Name | Description |
|---|---|---|
| Point | currentPoint | The current point. |
| Type | Description |
|---|---|
| Point | A Point value that represents the zoomed result. |
Zooms the specified current point.
public PointF Zoom(PointF currentPoint)
Public Function Zoom(currentPoint As PointF) As PointF
| Type | Name | Description |
|---|---|---|
| PointF | currentPoint | The current point. |
| Type | Description |
|---|---|
| PointF | A PointF value that represents the zoomed result. |