'Declaration Public Overloads Function ApplyTransform( _
ByVal graphicsFigureIndexIndex of figure to transform.As System.Int32 _
) As Boolean
public bool ApplyTransform(
System.Int32 graphicsFigureIndex
)
public: bool ApplyTransform(
System.Int32 graphicsFigureIndex
)
public:
bool ApplyTransform(
System.Int32 graphicsFigureIndex
)
Parameters
- graphicsFigureIndex
- Index of figure to transform.
Return Value
True if transform is applied to the figure; otherwise, false.