BitmapContext Structure Methods

For a list of all members of this type, see BitmapContext members.

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