ImGearICBorderOptions Constructor(Int32,Int32,Int32,Int32,Int32,Int32)
In This Topic
Initializes a new instance of the
ImGearICBorderOptions class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim maxLeftBorderSize As Integer
Dim maxRightBorderSize As Integer
Dim maxTopBorderSize As Integer
Dim maxBottomBorderSize As Integer
Dim minLineCountInBlock As Integer
Dim minLineWidthInBlock As Integer
Dim instance As New ImGearICBorderOptions(maxLeftBorderSize, maxRightBorderSize, maxTopBorderSize, maxBottomBorderSize, minLineCountInBlock, minLineWidthInBlock)
public ImGearICBorderOptions(
int ,
int ,
int ,
int ,
int ,
int
)
public: ImGearICBorderOptions(
int ,
int ,
int ,
int ,
int ,
int
)
public:
ImGearICBorderOptions(
int ,
int ,
int ,
int ,
int ,
int
)
Parameters
- maxLeftBorderSize
- Max size of the left border.
- maxRightBorderSize
- Max size of the right border.
- maxTopBorderSize
- Max size of the top border.
- maxBottomBorderSize
- Max size of bottom border.
- minLineCountInBlock
- Min number of lines with width not less than
minLineWidthInBlock
in one border block. - minLineWidthInBlock
- Min width of lines in one border block. Those blocks that have not less than
minLineCountInBlock
number of lines with minLineWidthInBlock
width or wider will be removed from image.
Example
See Also