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

Returns the pixel format of a GdPicture image.

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

A member of the PixelFormat enumeration.

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