You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Exporting GdPicture Image > GetGraphicsFromGdPictureImage Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.GetGraphicsFromGdPictureImage Method

Gets a graphics associated with a GdPicture Image.

C#
public Drawing.Graphics GetGraphicsFromGdPictureImage(
    int ImageID
);
Visual Basic
Public Function GetGraphicsFromGdPictureImage(
    ByVal ImageID As Integer
) As Drawing.Graphics
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The Image from the graphics will be associated.  
Returns

graphics associated with this GdPicture Image.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.