IStepDrawColoredImage Method

Create image from clipping rectangle, the background is white for this image.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Bitmap DrawColoredImage(
	RectangleF ClippingRect,
	int PictureWidth,
	int PictureHeight
)

Parameters

ClippingRect  RectangleF
The relevant rectangle.
PictureWidth  Int32
Width of image.
PictureHeight  Int32
Height of image.

Return Value

Bitmap
A Image of all active layers with visible area of clipping rectangle.

Implements

InterfaceStepDrawColoredImage(RectangleF, Int32, Int32)

See Also