'Declaration Public Function StartBuildFormXObject( _
ByVal penPen for drawing the form XObject.As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
ByVal brushBrush for filling the form XObject.As Vintasoft.Imaging.Pdf.Drawing.PdfBrush, _
ByVal formForm XObject that building starts.As Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource _
) As WpfGraphicsFigureView
public WpfGraphicsFigureView StartBuildFormXObject(
Vintasoft.Imaging.Pdf.Drawing.PdfPen pen,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush brush,
Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource form
)
public: WpfGraphicsFigureView* StartBuildFormXObject(
Vintasoft.Imaging.Pdf.Drawing.PdfPen* pen,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush* brush,
Vintasoft.Imaging.Pdf.Tree.PdfFormXObjectResource* form
)
Parameters
- pen
- Pen for drawing the form XObject.
- brush
- Brush for filling the form XObject.
- form
- Form XObject that building starts.
Return Value
The WpfGraphicsFigureView of graphics figure.