Show / Hide Table of Contents

Constructor PictureFillSymbol

PictureFillSymbol(Uri)

Initializes a new instance of the PictureFillSymbol class from an image URI

Declaration
public PictureFillSymbol(Uri imageUri)
Parameters
Type Name Description
System.Uri imageUri

URI of the image.

Remarks

Supported image formats are BMP, GIF, ICO, JPEG, and PNG. Animated GIF is not supported.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.1 - 200.7
Xamarin.Android100.1 - 100.14
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7

PictureFillSymbol(RuntimeImage)

Initializes a new instance of the PictureFillSymbol class from a runtime image data container.

Declaration
public PictureFillSymbol(RuntimeImage image)
Parameters
Type Name Description
RuntimeImage image

The runtime image data container.

Remarks

Supported image formats are BMP, GIF, ICO, JPEG, and PNG. Animated GIF is not supported.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.1 - 200.7
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7
In This Article
Back to top Copyright © 2022 Esri.