GeneralTransform Class
Represents a transform.
public class GeneralTransform
- Inheritance:
- object object
Constructors
GeneralTransform(Point)
Represents a transform.
public GeneralTransform(Point translation)
| Parameter | Type | Description |
|---|---|---|
| translation | Point | The translation amount. |
Methods
Transform(Point)
Transforms the specified Point.
public Point Transform(Point point)
| Parameter | Type | Description |
|---|---|---|
| point | 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. |
Returns
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()