ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / C1Bitmap Constructor / C1Bitmap Constructor(Uri)
The System.Uri that references the source graphics file for this C1Bitmap.

In This Topic
    C1Bitmap Constructor(Uri)
    In This Topic
    Initializes a new C1Bitmap with the contents of an image stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal uriSource As System.Uri _
    )
    public C1Bitmap( 
       System.Uri uriSource
    )

    Parameters

    uriSource
    The System.Uri that references the source graphics file for this C1Bitmap.
    See Also