Instantiates a new InverseTextOptions object, setting the specified values for the options.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim minimumAreaWidth As Integer
Dim minimumAreaHeight As Integer
Dim minimumBlankOnEdges As Integer
Dim instance As New InverseTextOptions(minimumAreaWidth, minimumAreaHeight, minimumBlankOnEdges)
public InverseTextOptions(
int ,
int ,
int
)
public: InverseTextOptions(
int ,
int ,
int
)
public:
InverseTextOptions(
int ,
int ,
int
)
Parameters
- minimumAreaWidth
- The minimum width, in pixels, of the smallest expected zone of inverse text.
- minimumAreaHeight
- The minimum height, in pixels, of the smallest expected zone of inverse text.
- minimumBlankOnEdges
- The minimum horizontal length of the shortest run of black pixels
along the left or right edge of an inverse zone.
See Also