TransformClassClient2World(Rectangle) Method

calculate the world rectangle in mils from an basic rectanlge in pixel

Definition

Namespace: PCB_Investigator.Automation.ResourcesOpen.Helper
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public RectangleF Client2World(
	Rectangle rect
)

Parameters

rect  Rectangle
rectangle in pixel in the image

Return Value

RectangleF
rectangle in mil in design data

See Also