Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / PathOperator Class / GetBounds Method

In This Topic
    GetBounds Method (PathOperator)
    In This Topic
    Returns the path's bounds.
    Syntax
    'Declaration
     
    Public Function GetBounds() As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> GetBounds()
    See Also