InterfaceStepDrawColoredImage Method

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

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Bitmap DrawColoredImage(
	RectangleF clippingRect,
	int width,
	int height
)

Parameters

clippingRect  RectangleF
 
width  Int32
 
height  Int32
 

Return Value

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

See Also