Visual Basic (Declaration) | |
---|---|
Public Sub DrawImageA( _ ByVal image As Image, _ ByVal destRect As RectangleA, _ ByVal srcX As Single, _ ByVal srcY As Single, _ ByVal srcWidth As Single, _ ByVal srcHeight As Single, _ ByVal srcUnit As GraphicsUnit, _ ByVal imageAttrs As ImageAttributes _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void DrawImageA( Image image, RectangleA destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs ) |
Parameters
- image
- destRect
- srcX
- srcY
- srcWidth
- srcHeight
- srcUnit
- imageAttrs
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family