Polydraw


static void Polydraw(Handle Device,
                     Array<Point>^ Points,
                     Array<Byte>^ Types)

This function draws a sequence of lines and cubics.

Parameters

Handle Device

The handle of the device context.

Array<Point>^ Points

A pointer to an array of points defining the lines and cubics.

Array<Byte>^ Types

A pointer to an array of bytes containing the point types.

Notes

The figure is drawn in the current pen and it is not filled.

If a path is currently open, this function adds to that path.

The current position within the device context is updated.

This function can be used in place of individual calls to:

Details

Name Space IPlusPlus::Graphics
Class Gdi
Assembly IPlusPlus.WinPlus.dll