Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / Write Method / Write(PointF) Method

In This Topic
    Write(PointF) Method
    In This Topic
    Writes a System.Drawing.PointF structure as 2 float values.
    Syntax
    'Declaration
     
    Public Overloads Sub Write( _
       ByVal p As System.Drawing.PointF _
    ) 
    public void Write( 
       System.Drawing.PointF p
    )

    Parameters

    p
    See Also