You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Drawing GdPicture Image on HDC, HWND & Graphics > DrawGdPictureImageRectOnGraphics Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.DrawGdPictureImageRectOnGraphics Method

Draws a portion of a GdPicture image into a graphics object.

C#
public GdPictureStatus DrawGdPictureImageRectOnGraphics(
    int ImageID, 
    Graphics g, 
    int DstLeft, 
    int DstTop, 
    int DstWidth, 
    int DstHeight, 
    int SrcLeft, 
    int SrcTop, 
    int SrcWidth, 
    int SrcHeight, 
    InterpolationMode InterpolationMode
);
Visual Basic
Public Function DrawGdPictureImageRectOnGraphics(
    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 SrcLeft As Integer, 
    ByVal SrcTop As Integer, 
    ByVal SrcWidth As Integer, 
    ByVal SrcHeight As Integer, 
    ByVal InterpolationMode As InterpolationMode
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. Image to draw.  
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.  
SrcLeft 
Left pixel source of the image to draw.  
SrcTop 
Top pixel source of the image to draw.  
SrcWidth 
Width portion in pixel of the image to draw.  
SrcHeight 
Height portion in pixel of the image to draw.  
InterpolationMode 
A member of the Drawing2D.InterPolationMode enumeration.  
Returns

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.