4 Creating and Editing Points
Q3Point_New
function to create a new point.
TQ3GeometryObject Q3Point_New (const TQ3PointData *pointData);pointData
A pointer to aTQ3PointData
structure.
Q3Point_New
function returns, as its function result, a new point object having the location and attributes passed in the fields of the TQ3PointData
structure pointed to by the pointData
parameter. If a new point object could not be created, Q3Point_New
returns the value NULL
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker