IPictureLayerFitToRectangle 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void FitToRectangle(
	RectangleF RectangleToFitIn
)

Parameters

RectangleToFitIn  RectangleF
The area in which the image should be shoun.

Implements

InterfacePictureLayerFitToRectangle(RectangleF)

See Also