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. |
color | The color of the diamond symbol. |
System. |
size | The size in meters of width and depth of the diamond symbol. |
System. |
height | The height in meters of the diamond symbol. |
Returns
Type | Description |
---|---|
Simple |
A Simple |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.3 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.3 - 200.6 |
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. |
color | The color of the diamond symbol. |
System. |
size | The size in meters of width and depth of the diamond symbol. |
System. |
height | The height in meters of the diamond symbol. |
Scene |
anchorPosition | The anchor position of the diamond symbol. |
Returns
Type | Description |
---|---|
Simple |
A Simple |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.3 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.3 - 200.6 |