IODBLayerGetBitmap Method

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Bitmap GetBitmap(
	IFeatureParameters objectParameters,
	Color foreColor,
	Color backColor,
	RectangleD clippingRect,
	int bmpWidth,
	int bmpHeight
)

Parameters

objectParameters  IFeatureParameters
 
foreColor  Color
 
backColor  Color
 
clippingRect  RectangleD
 
bmpWidth  Int32
 
bmpHeight  Int32
 

Return Value

Bitmap

See Also