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