|
[C#]
SelectOptions(SelectionType inType);
SelectOptions(SelectionType inType, XColor inColor);
SelectOptions(SelectionType inType, XColor inColor, double inTolerance);
SelectOptions(SelectionType inType, XPoint inLocation);
SelectOptions(SelectionType inType, XPoint inLocation, double inTolerance);
[Visual Basic]
Sub New(inType As SelectionType)
Sub New(inType As SelectionType, inColor As XColor)
Sub New(inType As SelectionType, inColor As XColor, inTolerance As Double)
Sub New(inType As SelectionType, inLocation As XPoint)
Sub New(inType As SelectionType, inLocation As XPoint, inTolerance As Double)
|