VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingUtils Class / GetIsRectangle(IGraphicsPath) Method
Syntax Requirements SeeAlso
In This Topic
    GetIsRectangle(IGraphicsPath) Method (DrawingUtils)
    In This Topic
    Determinates when specified graphics path contains only single rectangle.
    Syntax
    'Declaration
    
    Public Shared Function GetIsRectangle( _
    ByVal path
    The path.
    As IGraphicsPath _
    ) As Boolean
    public static bool GetIsRectangle(
    IGraphicsPath path
    )
    public: static bool GetIsRectangle(
    IGraphicsPath* path
    )
    public:
    static bool GetIsRectangle(
    IGraphicsPath^ path
    )

    Parameters

    path
    The path.

    Return Value

    True if path contains single rectangle; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also