'Declaration Public Shared Function GetIsRectangle( _
ByVal 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
- Путь.
Return Value
True, если path содержит один прямоугольник; в противном случае - false.