Image
|
The ImageBGRA32 type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageBGRA32 | Default constructor for the ImageBGRA32 class. Creates an object with no underlying image and with 0 width and height. | |
| ImageBGRA32(IntPtr, Boolean) | Initializes a new instance of the ImageBGRA32 class | |
| ImageBGRA32(UInt32, UInt32, IntPtr) | Constructor for the ImageBGRA32 class. Creates an image with the specified width, height and pixel data. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Height | Property that represents the height of this image. | |
| Image | Property that represents the pixel data of this image. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
|
| Width | Property that represents the width of this image. |
| Name | Description | |
|---|---|---|
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | (Overrides DisposableWrapperDeleteUnmanagedObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |