In This Article

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

Point

TransformBounds(Rectangle)

Transforms the specified Rectangle.

public Rectangle TransformBounds(Rectangle bounds)
Parameter Type Description
bounds Rectangle

The Rectangle to transform.

Returns

Rectangle

Inherited Members

Extension Methods