'Declaration Public Function GetColorIndex( _
ByVal pointThe point on viewer.As System.Windows.Point _
) As System.Int32
public System.Int32 GetColorIndex(
System.Windows.Point point
)
public: System.Int32 GetColorIndex(
System.Windows.Point point
)
public:
System.Int32 GetColorIndex(
System.Windows.Point point
)
Parameters
- point
- The point on viewer.
Return Value
The index of color if color is found; otherwise, -1.