Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Quadrilateral Structure / C Field

In This Topic
    C Field
    In This Topic
    The third vertex of the quadrilateral.

    If initialized from a rectangle, corresponds to the rectangle's top right corner.

    Syntax
    'Declaration
     
    Public C As System.Drawing.PointF
    public System.Drawing.PointF C
    See Also