C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfPicture Class / RtfPicture Constructor / RtfPicture Constructor(WriteableBitmap,ImageFormat)
The image/bitmap for picture.
The image format in storage.

In This Topic
RtfPicture Constructor(WriteableBitmap,ImageFormat)
In This Topic
The Word/RTF picture specific constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal img As WriteableBitmap, _
   Optional ByVal imgf As ImageFormat _
)
 

Parameters

img
The image/bitmap for picture.
imgf
The image format in storage.
See Also