[]
Zooms the specified current value.
public int Zoom(int currentValue)
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)
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)
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)
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)
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)
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)
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)
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)
Type | Name | Description |
---|---|---|
PointF | currentPoint | The current point. |
Type | Description |
---|---|
PointF | A PointF value that represents the zoomed result. |