You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Get & Set Std. GdPicture Image Properties > GetWidth Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.GetWidth Method

Returns the width in pixel of a GdPicture image.

C#
public int GetWidth(
    int ImageID
);
Visual Basic
Public Function GetWidth(
    ByVal ImageID As Integer
) As Integer
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

Width in pixel.

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