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.IsCanonicalPixelFormat

[To be supplied.]

[Visual Basic]
Public Shared Function IsCanonicalPixelFormat( _
   ByVal pixfmt As PixelFormat _
) As Boolean
[C#]
public static bool IsCanonicalPixelFormat(
   PixelFormat pixfmt
);
[C++]
public: static bool IsCanonicalPixelFormat(
   PixelFormat pixfmt
);
[JScript]
public static function IsCanonicalPixelFormat(
   pixfmt : PixelFormat
) : Boolean;

Parameters

pixfmt
[To be supplied.]

See Also

Image Class | Image Members | System.Drawing Namespace