DefaultPointMarkerBatchStrategy Class Members
The following tables list the members exposed by DefaultPointMarkerBatchStrategy.
Public Constructors
Name | Description | |
---|---|---|
![]() | DefaultPointMarkerBatchStrategy Constructor |
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, render context 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. |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also