IPointMarkerPathDrawingContext Interface Members
The following tables list the members exposed by IPointMarkerPathDrawingContext.
Public Methods
Name | Description | |
---|---|---|
Begin | Starts the context at the specified X,Y coordinate with a specified Pen | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) | |
End | Ends the segment, flushing to render target | |
MoveTo | Moves the Context to the specified X,Y coordinate. |
Extension Methods
Name | Description | |
---|---|---|
SafeDispose | Checks for null and if not null, calls Dispose |
See Also