IPackageSpecificsDGetPackageImage(Int32, Int32, Color, Color, Color, Color, Color, Double) Method

Get image of package width specific size and colors.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Bitmap GetPackageImage(
	int width,
	int height,
	Color bkgColor,
	Color bodyColor,
	Color bodyFillColor,
	Color textColor,
	Color pinColor,
	double InflateSize = 10
)

Parameters

width  Int32
Width of image.
height  Int32
Height of image.
bkgColor  Color
Background Color of new image.
bodyColor  Color
Color of package edge of body.
bodyFillColor  Color
Color to fill package body.
textColor  Color
Color of text for packagename and pins.
pinColor  Color
Color of pins.
InflateSize  Double  (Optional)
Inflate the visible area around the package.

Return Value

Bitmap
Image of package with current settings.

Implements

InterfacePackageSpecificsDGetPackageImage(Int32, Int32, Color, Color, Color, Color, Color, Double)

See Also