BitmapContext Structure Members
The following tables list the members exposed by BitmapContext.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | BitmapContext Constructor | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
![]() | Height | Height of the bitmap |
![]() | Length | The number of pixels. |
![]() | Pixels | The pixels as ARGB integer values, where each channel is 8 bit. |
![]() | Width | Width of the bitmap |
![]() | WriteableBitmap | The Bitmap |
Public Methods
| Name | Description | |
|---|---|---|
![]() ![]() | BlockCopy | Overloaded. Performs a Copy operation from source Bto destination BitmapContext |
![]() | Clear | Clears the BitmapContext, filling the underlying bitmap with zeros |
![]() | Dispose | Disposes the BitmapContext, unlocking it and invalidating if WPF |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | FillEllipseCentered | Overloaded. A Fast Bresenham Type Algorithm For Drawing filled ellipses http://homepage.smc.edu/kennedy_john/belipse.pdf Uses a different parameter representation than DrawEllipse(). |
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also




