IMathRectangleTransformWithMatrix(RectangleD, Matrix) Method

A rectangle will be transformed with the given matrix m.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static RectangleD RectangleTransformWithMatrix(
	RectangleD Rect,
	Matrix m
)

Parameters

Rect  RectangleD
relevant rectangle
m  Matrix
matrix to transform the rectangle

Return Value

RectangleD
The transformed rectangle.

See Also