'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Function New( _ ByVal minimumAreaWidth As Integer, _ ByVal minimumAreaHeight As Integer, _ ByVal minimumBlankOnEdges As Integer _ )
'Usage Dim minimumAreaWidth As Integer Dim minimumAreaHeight As Integer Dim minimumBlankOnEdges As Integer Dim instance As New InverseTextOptions(minimumAreaWidth, minimumAreaHeight, minimumBlankOnEdges)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public InverseTextOptions( int minimumAreaWidth, int minimumAreaHeight, int minimumBlankOnEdges )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: InverseTextOptions( int minimumAreaWidth, int minimumAreaHeight, int minimumBlankOnEdges )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: InverseTextOptions( int minimumAreaWidth, int minimumAreaHeight, int minimumBlankOnEdges )
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.