IFeatureParameters(Boolean, DrawModeEnum, Color, Boolean, Int32, Boolean, Boolean) Constructor
Create instance of feature parameters to draw non component layers (signal, mask etc).
Namespace: PCBI.Automation.DrawingParametersAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public IFeatureParameters(
bool DrawOnlySurfaceFrame,
DrawModeEnum DrawMode,
Color BothDrawModeOutlineColor,
bool DrawXInDrills,
int DrawXMinDrillSizePX,
bool DrawFrameForColoredObjects,
bool IgnoreObjectColor
)
Public Sub New (
DrawOnlySurfaceFrame As Boolean,
DrawMode As DrawModeEnum,
BothDrawModeOutlineColor As Color,
DrawXInDrills As Boolean,
DrawXMinDrillSizePX As Integer,
DrawFrameForColoredObjects As Boolean,
IgnoreObjectColor As Boolean
)
public:
IFeatureParameters(
bool DrawOnlySurfaceFrame,
DrawModeEnum DrawMode,
Color BothDrawModeOutlineColor,
bool DrawXInDrills,
int DrawXMinDrillSizePX,
bool DrawFrameForColoredObjects,
bool IgnoreObjectColor
)
new :
DrawOnlySurfaceFrame : bool *
DrawMode : DrawModeEnum *
BothDrawModeOutlineColor : Color *
DrawXInDrills : bool *
DrawXMinDrillSizePX : int *
DrawFrameForColoredObjects : bool *
IgnoreObjectColor : bool -> IFeatureParameters
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
-