'Declaration Public Shared Function GetIsRectangle( _
ByVal pathThe 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.