Properties  Methods 


BitmapContext Structure Members

The following tables list the members exposed by BitmapContext.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Height of the bitmap  
Public Property The number of pixels.  
Public Property The pixels as ARGB integer values, where each channel is 8 bit.  
Public Property Width of the bitmap  
Public Property The Bitmap  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded.  Performs a Copy operation from source Bto destination BitmapContext  
Public Method Clears the BitmapContext, filling the underlying bitmap with zeros  
Public Method Disposes the BitmapContext, unlocking it and invalidating if WPF  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded.  A Fast Bresenham Type Algorithm For Drawing filled ellipses http://homepage.smc.edu/kennedy_john/belipse.pdf Uses a different parameter representation than DrawEllipse().
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also