SRGraphComponent::OffsetPolygon

void SRGraphComponent::OffsetPolygon(CPoint * points, int nPointCount, int xOffset, int yOffset)

Moves a complete polygon stored in a list of points by a set displacement

Defined in: SRGComp.cpp

Parameters

points

List of points

nPointCount

Number of points in the list

xOffset

X displacement (may be negative)

yOffset

Y displacement (may be negative)