ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructMarkerFromBitmapSource Method
The bitmapSource representing the image.

In This Topic
    ConstructMarkerFromBitmapSource Method (SymbolFactory)
    In This Topic
    Constructs a marker from a bitmap source.
    Syntax
    public CIMMarker ConstructMarkerFromBitmapSource( 
       BitmapSource bitmapSource
    )
    Public Function ConstructMarkerFromBitmapSource( _
       ByVal bitmapSource As BitmapSource _
    ) As CIMMarker

    Parameters

    bitmapSource
    The bitmapSource representing the image.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also