TransformClassWorld2Client(RectangleF) Method

Calculate an rectangle in pixel from the world rectangle in mil

Definition

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

Parameters

rect  RectangleF
The world rectangle

Return Value

Rectangle
the client rectangle in pixel

See Also