'Declaration Public Overridable Function GetIsValidPathType( _
ByVal pathThe path.As IGraphicsPath _
) As Boolean
public virtual bool GetIsValidPathType(
IGraphicsPath path
)
public: virtual bool GetIsValidPathType(
IGraphicsPath* path
)
public:
virtual bool GetIsValidPathType(
IGraphicsPath^ path
)
Parameters
- path
- The path.
Return Value
True - type of path is valid; otherwise, false.