'Declaration Public Overrides Function GetPoint( _
ByVal indexAn index of point.As System.Int32 _
) As System.Windows.Point
public override System.Windows.Point GetPoint(
System.Int32 index
)
public: System.Windows.Point GetPoint(
System.Int32 index
); override
public:
System.Windows.Point GetPoint(
System.Int32 index
); override
Parameters
- index
- An index of point.
Return Value
A System.Windows.Point at specified index.