Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Triangle Structure / C Property

In This Topic
    C Property
    In This Topic
    The third vertex of the triangle.
    Syntax
    'Declaration
     
    Public Property C As System.Drawing.PointF
    public System.Drawing.PointF C {get; set;}
    See Also