OpenMetaverse Protocol Library Developers API Documentation
ManagedImage Class
NamespacesOpenMetaverse.ImagingManagedImage
Declaration Syntax
C#
public 
class 
ManagedImage
Members
All Members Constructors Methods Fields



Icon Member Description
ManagedImage(Int32, Int32, ManagedImage . . :: . . ImageChannels)
Create a new blank image

ManagedImage(Bitmap)
Initializes a new instance of the ManagedImageclass

Alpha
Alpha channel data

Blue
Blue channel data

Bump
Bump channel data

Channels
Image channel flags

Clear () () () ()
Clone () () () ()
ConvertChannels(ManagedImage . . :: . . ImageChannels)
Convert the channels in the image. Channels are created or destroyed as required.

ExportBitmap () () () ()
Create a byte array containing 32-bit RGBA data with a bottom-left origin, suitable for feeding directly into OpenGL

ExportRaw () () () ()
Create a byte array containing 32-bit RGBA data with a bottom-left origin, suitable for feeding directly into OpenGL

ExportTGA () () () ()
Green
Green channel data

Height
Image height

Red
Red channel data

ResizeNearestNeighbor(Int32, Int32)
Resize or stretch the image using nearest neighbor (ugly) resampling

Width
Image width

Inheritance Hierarchy
Object
ManagedImage

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)