GeneralTransform Class
Represents a transform.
public class GeneralTransform
- Inheritance:
- object object
Constructors
GeneralTransform(Point)
Initializes an instance of the GeneralTransform class.
public GeneralTransform(Point translation)
| Parameter | Type | Description |
|---|---|---|
| translation | Point | The translation amount. |
Methods
Transform(Point)
Transforms the specified Point.
public Point Transform(Point pt)
| Parameter | Type | Description |
|---|---|---|
| pt | Point | The Point to transform. |
Returns
TransformBounds(Rectangle)
Transforms the specified Rectangle.
public Rectangle TransformBounds(Rectangle bounds)
| Parameter | Type | Description |
|---|---|---|
| bounds | Rectangle | The Rectangle to transform. |