'Declaration Public Function EnableEditing( _
ByVal cursorLocationThe cursor location, in image viewer space.As System.Nullable(Of PointF) _
) As Boolean
public bool EnableEditing(
System.Nullable<PointF> cursorLocation
)
public: bool EnableEditing(
System.Nullable<PointF*>* cursorLocation
)
public:
bool EnableEditing(
System.Nullable<PointF^>^ cursorLocation
)
Parameters
- cursorLocation
- The cursor location, in image viewer space.
Return Value
True if editing is enabled; otherwise, false.