MarkerGraphicsExtension Constructor (MarkerGraphics) |
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic MarkerGraphicsExtension(
MarkerGraphics markerGraphics
)
Public Sub New (
markerGraphics As MarkerGraphics
)
public:
MarkerGraphicsExtension(
MarkerGraphics^ markerGraphics
)
new :
markerGraphics : MarkerGraphics -> MarkerGraphicsExtension
Parameters
- markerGraphics
- Type: AGI.Foundation.Platforms.MarkerGraphics
The marker graphics.
See Also