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!

BitmapData.PixelFormat

[To be supplied.]

[Visual Basic]
Public Property PixelFormat As PixelFormat
[C#]
public PixelFormat PixelFormat {get; set;}
[C++]
public: __property PixelFormat get_PixelFormat();
public: __property void set_PixelFormat(PixelFormat);
[JScript]
public function get PixelFormat() : PixelFormat;
public function set PixelFormat(PixelFormat);

See Also

BitmapData Class | BitmapData Members | System.Drawing.Imaging Namespace