TransformClassAdjustWindow(RectangleF, Int32, Int32) Method

Adjust window to given rectangle in world coordinates.

Definition

Namespace: PCB_Investigator.Automation.ResourcesOpen.Helper
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public RectangleF AdjustWindow(
	RectangleF mm,
	int imageWidth,
	int imageHeight
)

Parameters

mm  RectangleF
world rectangle
imageWidth  Int32
image width in pixel
imageHeight  Int32
image height in pixel

Return Value

RectangleF

See Also