In This Article

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

Point:

The transformed Point.

TransformBounds(Rectangle)

Transforms the specified Rectangle.

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

The Rectangle to transform.

Returns

Rectangle:

The transformed Rectangle.

Inherited Members