ComponentOne Imaging for UWP
C1Bitmap Constructor(Uri)

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.
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

Reference

C1Bitmap Class
C1Bitmap Members
Overload List