NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Image.GetPixelFormatSize

[To be supplied.]

[Visual Basic]
Public Shared Function GetPixelFormatSize( _
   ByVal pixfmt As PixelFormat _
) As Integer
[C#]
public static int GetPixelFormatSize(
   PixelFormat pixfmt
);
[C++]
public: static int GetPixelFormatSize(
   PixelFormat pixfmt
);
[JScript]
public static function GetPixelFormatSize(
   pixfmt : PixelFormat
) : int;

Parameters

pixfmt
[To be supplied.]

See Also

Image Class | Image Members | System.Drawing Namespace