GetPixelFormat Method

See Also     Examples     Applies To

Returns the pixel format of the native GdPicture image.

Syntax

object.GetPixelFormat ()

The GetPixelFormat syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.

Returns

PixelFormats. Long. Can be:
PixelFormat1bppIndexed = 196865
PixelFormat4bppIndexed = 197634
PixelFormat8bppIndexed = 198659
PixelFormat16bppGrayScale = 1052676
PixelFormat16bppRGB555 = 135173
PixelFormat16bppRGB565 = 135174
PixelFormat16bppARGB1555 = 397319
PixelFormat24bppRGB = 137224
PixelFormat32bppRGB = 139273
PixelFormat32bppARGB = 2498570
PixelFormat32bppPARGB = 925707
PixelFormat48bppRGB = 1060876
PixelFormat64bppARGB = 3424269
PixelFormat64bppPARGB = 1851406

Category

Get & Set Std. Image Properties





© Copyright 2008 GdPicture All rights reserved.
Documentation MAP.