ArcGIS Runtime SDK for WPF - Library Reference
GetImage Method
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > SymbolProperties Class : GetImage Method

width
A System.Int32 representing the image width.
height
A System.Int32 representing the image height.
Gets the image for the symbol

Syntax

Visual Basic (Declaration) 
Public Function GetImage( _
   ByVal width As Integer, _
   ByVal height As Integer _
) As ImageSource
C# 
public ImageSource GetImage( 
   int width,
   int height
)

Parameters

width
A System.Int32 representing the image width.
height
A System.Int32 representing the image height.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.