ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class
Properties Methods


In This Topic
    C1Bitmap Class Members
    In This Topic

    The following tables list the members exposed by C1Bitmap.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the height of the C1Bitmap, in pixels.  
    Public PropertyGets an ImageSource that is automatically updated to show the content of the C1Bitmap.  
    Public PropertyGets or sets the InterpolationMode parameter used to resize images.  
    Public PropertyGets or sets a URL that contains a reference to the image to be loaded into this C1Bitmap.  
    Public PropertyGets the width of the C1Bitmap, in pixels.  
    Top
    Public Methods
     NameDescription
    Public MethodStop updating the ImageSource while the C1Bitmap content is modified.  
    Public MethodCopies another C1Bitmap into this one (image and size).  
    Public MethodDraws a C1Bitmap into this bitmap.  
    Public MethodResume updating the ImageSource while the C1Bitmap content is modified.  
    Public Methodstatic (Shared in Visual Basic)Gets the format used to encode an image in a stream.  
    Public MethodGets the color of the pixel at the specified interpolated position in the C1Bitmap.  
    Public MethodGets the color of the pixel at the specified position in the C1Bitmap.  
    Public MethodOverloaded. Gets a PNG System.IO.Stream that contains the image in this C1Bitmap.  
    Public MethodOverloaded. Loads the C1Bitmap from the source URI of the given BitmapImage  
    Public MethodOverloaded. Sets the color of a pixel in the C1Bitmap.  
    Public MethodInitializes the C1Bitmap to a blank image of the given size.  
    Public MethodAssigns a new image System.IO.Stream to the C1Bitmap.  
    Top
    See Also