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

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