Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal flags As RasterSizeFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim width As Integer Dim height As Integer Dim flags As RasterSizeFlags Dim instance As New SizeCommand(width, height, flags) |
Parameters
- width
- New image width in pixels.
- height
- New image height in pixels.
- flags
- Flags that control the behavior when resizing the image.
For an example, refer to SizeCommand.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7