Method CreateDiamond
CreateDiamond(Color, Double, Double)
Creates a simple marker scene symbol with diamond style.
Declaration
public static SimpleMarkerSceneSymbol CreateDiamond(Color color, double size, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | The color of the diamond symbol. |
System.Double | size | The size in meters of width and depth of the diamond symbol. |
System.Double | height | The height in meters of the diamond symbol. |
Returns
Type | Description |
---|---|
SimpleMarkerSceneSymbol | A SimpleMarkerSceneSymbol using a diamond 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 |
CreateDiamond(Color, Double, Double, SceneSymbolAnchorPosition)
Creates a simple marker scene symbol with diamond style.
Declaration
public static SimpleMarkerSceneSymbol CreateDiamond(Color color, double size, double height, SceneSymbolAnchorPosition anchorPosition)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | The color of the diamond symbol. |
System.Double | size | The size in meters of width and depth of the diamond symbol. |
System.Double | height | The height in meters of the diamond symbol. |
SceneSymbolAnchorPosition | anchorPosition | The anchor position of the diamond symbol. |
Returns
Type | Description |
---|---|
SimpleMarkerSceneSymbol | A SimpleMarkerSceneSymbol using a diamond 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 |