You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Drawing (GdPicture Image) > DrawGdPictureImageSkewing Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.DrawGdPictureImageSkewing Method

Draws a skewed GdPicture image from 3 points of co-ordinates into another GdPicture image.

C#
public GdPictureStatus DrawGdPictureImageSkewing(
    int SrcImage, 
    int DstImage, 
    int DstLeft1, 
    int DstTop1, 
    int DstLeft2, 
    int DstTop2, 
    int DstLeft3, 
    int DstTop3, 
    InterpolationMode InterpolationMode, 
    Boolean AntiAlias
);
Visual Basic
Public Function DrawGdPictureImageSkewing(
    ByVal SrcImage As Integer, 
    ByVal DstImage As Integer, 
    ByVal DstLeft1 As Integer, 
    ByVal DstTop1 As Integer, 
    ByVal DstLeft2 As Integer, 
    ByVal DstTop2 As Integer, 
    ByVal DstLeft3 As Integer, 
    ByVal DstTop3 As Integer, 
    ByVal InterpolationMode As InterpolationMode, 
    ByVal AntiAlias As Boolean
) As GdPictureStatus
Parameters
Parameters 
Description 
SrcImage 
GdPicture Image Identifier. Specifies the image to be drawn.  
DstImage 
GdPicture Image Identifier. specifies the image to draw.  
DstLeft1 
Left pixel destination of the first point.  
DstTop1 
Top pixel destination of the first point.  
DstLeft2 
Left pixel destination of the second point.  
DstTop2 
Top pixel destination of the second point.  
DstLeft3 
Left pixel destination of the third point.  
DstTop3 
Left pixel destination of the third point.  
InterpolationMode 
A member of the Drawing2D.InterPolationMode enumeration.  
AntiAlias 
Set to True to apply the Antialiasing algorithm else False.  
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.