IPolyClassFromRectangle Method

Create IPolyClass from Rectangle.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IPolyClass FromRectangle(
	RectangleD Rect
)

Parameters

Rect  RectangleD
Basis of new polygon.

Return Value

IPolyClass
The created IPolyClass with size and offset of rectangle.

See Also