'Declaration Public Function New( _
ByVal minWidthMinimum width, in pixels, of inverted text block.As System.Int32, _
ByVal maxWidthMaximum width, in pixels, of inverted text block.As System.Int32, _
ByVal minHeightMinimum height, in pixels, of inverted text block.As System.Int32, _
ByVal maxHeightMaximum height, in pixels, of inverted text block.As System.Int32, _
ByVal minWhitePercentageMinimum percentage of white pixels in inverted text block.As Double, _
ByVal maxWhitePercentageMaximum percentage of white pixels in inverted text block.As Double _
)
public AutoTextInvertCommand(
System.Int32 minWidth,
System.Int32 maxWidth,
System.Int32 minHeight,
System.Int32 maxHeight,
double minWhitePercentage,
double maxWhitePercentage
)
public: AutoTextInvertCommand(
System.Int32 minWidth,
System.Int32 maxWidth,
System.Int32 minHeight,
System.Int32 maxHeight,
double minWhitePercentage,
double maxWhitePercentage
)
public:
AutoTextInvertCommand(
System.Int32 minWidth,
System.Int32 maxWidth,
System.Int32 minHeight,
System.Int32 maxHeight,
double minWhitePercentage,
double maxWhitePercentage
)
Parameters
- minWidth
- Minimum width, in pixels, of inverted text block.
- maxWidth
- Maximum width, in pixels, of inverted text block.
- minHeight
- Minimum height, in pixels, of inverted text block.
- maxHeight
- Maximum height, in pixels, of inverted text block.
- minWhitePercentage
- Minimum percentage of white pixels in inverted text block.
- maxWhitePercentage
- Maximum percentage of white pixels in inverted text block.