'Declaration Public Overloads Function InsertPicture( _
ByVal imageDataThe image data.As Vintasoft.Imaging.ImageData, _
ByVal sizeThe size of cointent drawing, measured in DIP.As Vintasoft.Primitives.VintasoftSize _
) As Vintasoft.Imaging.Office.Vmf.UI.VmfContentDrawing
public Vintasoft.Imaging.Office.Vmf.UI.VmfContentDrawing InsertPicture(
Vintasoft.Imaging.ImageData imageData,
Vintasoft.Primitives.VintasoftSize size
)
Parameters
- imageData
- The image data.
- size
- The size of cointent drawing, measured in DIP.
Return Value
A new instance of VmfContentDrawing class.