Click or drag to resize

IShapeInfoTShapeInfo, TGrid, TPoint, TVectorPoint, TShapeOp Methods

The IShapeInfoTShapeInfo, TGrid, TPoint, TVectorPoint, TShapeOp generic type exposes the following members.

Methods
  NameDescription
Public methodDifference
Provides a shape operator that will form the difference of the shape describe by this instance and the shape info generated by one of the shape functions of the shape operator returned by this function.
Public methodEndShape
This functions is called to end shape construction and returned a grid described by this shape info.
Public methodIntersection
Provides a shape operator that will form the intersection of the shape describe by this instance and the shape info generated by one of the shape functions of the shape operator returned by this function.
Public methodTranslate(TVectorPoint)
Public methodTranslate(Int32, Int32)
Public methodUnion
Provides a shape operator that will form the union of the shape describe by this instance and the shape info generated by one of the shape functions of the shape operator returned by this function.
Top
See Also