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

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