Draws a GdPicture image into a graphics object.
public GdPictureStatus DrawGdPictureImageOnGraphics( int ImageID, Graphics g, int DstLeft, int DstTop, int DstWidth, int DstHeight, InterpolationMode InterpolationMode );
Public Function DrawGdPictureImageOnGraphics( ByVal ImageID As Integer, ByVal g As Graphics, ByVal DstLeft As Integer, ByVal DstTop As Integer, ByVal DstWidth As Integer, ByVal DstHeight As Integer, ByVal InterpolationMode As InterpolationMode ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. Image to draw. |
|
g |
Graphics destination. |
|
DstLeft |
Left pixel destination of the graphics. |
|
DstTop |
Top pixel destination of the graphics. |
|
DstWidth |
Width in pixel of the drawn image. |
|
DstHeight |
Height in pixel of the drawn image. |
|
InterpolationMode |
A member of the Drawing2D.InterPolationMode enumeration. |
A member of the GdPictureStatus enumeration.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|