'Declaration Public Function New( _
ByVal minWidthValue of line's minimum width was used by LineRemovalCommand for removing of lines.As System.Int32, _
ByVal maxWidthValue of line's maximum width was used by LineRemovalCommand for removing of lines.As System.Int32, _
ByVal minLengthValue of line's minimum length was used by LineRemovalCommand for removing of lines.As System.Int32, _
ByVal maxLengthValue of line's maximum length was used by LineRemovalCommand for removing of lines.As System.Int32 _
)
public LineRemovalCommandResult(
System.Int32 minWidth,
System.Int32 maxWidth,
System.Int32 minLength,
System.Int32 maxLength
)
Parameters
- minWidth
- Value of line's minimum width was used by LineRemovalCommand for removing of lines.
- maxWidth
- Value of line's maximum width was used by LineRemovalCommand for removing of lines.
- minLength
- Value of line's minimum length was used by LineRemovalCommand for removing of lines.
- maxLength
- Value of line's maximum length was used by LineRemovalCommand for removing of lines.