ComponentOne Word for UWP
RtfPicture Constructor(RtfObject,WriteableBitmap,ImageFormat)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfPicture Class > RtfPicture Constructor : RtfPicture Constructor(RtfObject,WriteableBitmap,ImageFormat)
The owned Word/RTF object.
The image/bitmap for picture.
The image format in storage.
The Word/RTF pictute specific constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As RtfObject, _
   ByVal img As Windows.UI.Xaml.Media.Imaging.WriteableBitmap, _
   Optional ByVal imgf As ImageFormat _
)
public RtfPicture( 
   RtfObject owner,
   Windows.UI.Xaml.Media.Imaging.WriteableBitmap img,
   ImageFormat imgf
)

Parameters

owner
The owned Word/RTF object.
img
The image/bitmap for picture.
imgf
The image format in storage.
See Also

Reference

RtfPicture Class
RtfPicture Members
Overload List