IPointFromIVal

Creates an IPoint from inline values.

Synopsis

IPoint * IPointFromIVal (IPoint *dst, int32 x, int32 y)

Description

Stores the specified values at *dst. It is useful for writing inline calls such as:

IPoint    wrk; 
OffsetCelListByIDelta (cel, IPointFromFVal(&wrk, my_x, my_y)); 

Arguments

dst
Pointer to the IPoint where the results are to be stored.
x y
Values to be used for the IPoint.

Return Value

The input parameter dst.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

IPointFromFVal, FPointFromIVal