IFeatureParameters(Boolean, DrawModeEnum, Color, Boolean, Int32, Boolean, Boolean) Constructor

Create instance of feature parameters to draw non component layers (signal, mask etc).

Definition

Namespace: PCBI.Automation.DrawingParameters
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IFeatureParameters(
	bool DrawOnlySurfaceFrame,
	DrawModeEnum DrawMode,
	Color BothDrawModeOutlineColor,
	bool DrawXInDrills,
	int DrawXMinDrillSizePX,
	bool DrawFrameForColoredObjects,
	bool IgnoreObjectColor
)

Parameters

DrawOnlySurfaceFrame  Boolean
Fill surfaces of draw only the frames?
DrawMode  DrawModeEnum
How to draw the complete layers (filled, outline, both).
BothDrawModeOutlineColor  Color
The color for highlighting the outline of elements.
DrawXInDrills  Boolean
Mark drills with X inside?
DrawXMinDrillSizePX  Int32
Smallest pixel size of interesting drills to draw the X.
DrawFrameForColoredObjects  Boolean
Draw frame for colored objects?
IgnoreObjectColor  Boolean
 

See Also