Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- image
- The image object to draw.
- destinationX
- The X location of the destination for the upper-left corner of the image data.
- destinationY
- The Y location of the destination for the upper-left corner of the image data.
- destinationWidth
- A single value which represents the destination width of the Image data.
- destinationHeight
- A single value which represents the destination height of the Image data.
- aspect
- A boolean value that when true, the destination size is adjusted to maintain the image data's aspect ratio.