Method CreateCone
CreateCone(Color, Double, Double)
Creates a simple marker scene symbol with cone style.
Declaration
public static SimpleMarkerSceneSymbol CreateCone(Color color, double diameter, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | The color of the cone symbol. |
System.Double | diameter | The diameter in meters of base of the cone symbol. |
System.Double | height | The height in meters of the cone symbol. |
Returns
Type | Description |
---|---|
SimpleMarkerSceneSymbol | A SimpleMarkerSceneSymbol using a cone style. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.3 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.3 - 200.5 |
CreateCone(Color, Double, Double, SceneSymbolAnchorPosition)
Creates a simple marker scene symbol with cone style.
Declaration
public static SimpleMarkerSceneSymbol CreateCone(Color color, double diameter, double height, SceneSymbolAnchorPosition anchorPosition)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | The color of the cone symbol. |
System.Double | diameter | The diameter in meters of base of the cone symbol. |
System.Double | height | The height in meters of the cone symbol. |
SceneSymbolAnchorPosition | anchorPosition | The anchor position of the cone symbol. |
Returns
Type | Description |
---|---|
SimpleMarkerSceneSymbol | A SimpleMarkerSceneSymbol using a cone style. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.3 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.3 - 200.5 |