IPointMarkerBatchStrategy Interface Members
The following tables list the members exposed by IPointMarkerBatchStrategy.
Public Methods
| Name | Description | |
|---|---|---|
![]() | AttachToMarker | Attaches the IPointMarkerBatchStrategy to the parent BasePointMarker |
![]() | BeginBatch | Called when a batched draw operation is about to begin. All subsequent draw operations will have the same width, height, rendercontext and stroke, fill. |
![]() | DetachMarker | Detaches the IPointMarkerBatchStrategy from the parent BasePointMarker |
![]() | EndBatch | Ends a batch draw operation. |
![]() | IsInBounds | Determines whether the X,Y point is within bounds of the Viewport for drawing |
![]() | MoveTo | Called when a batched draw operation is being updated to this x,y position. |
See Also
