InterfacePictureLayerFitToRectangle Method

Fit the image to the given rectangle. This scales the matrix in such a way it have to be to let the image exactly fit in the rectangle.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void FitToRectangle(
	RectangleF rectangleToFitIn
)

Parameters

rectangleToFitIn  RectangleF
 

See Also