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.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8