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

In This Topic
    A Property (Triangle)
    In This Topic
    The first vertex of the triangle.
    Syntax
    'Declaration
     
    Public Property A As System.Drawing.PointF
    public System.Drawing.PointF A {get; set;}
    See Also