ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Page Editing Objects and Elements / HIG_PDE_PATH
In This Topic
    HIG_PDE_PATH
    In This Topic

    Handle to the PDE path object. A path is an element that contains a path. Path objects can be stroked, filled, and/or serve as a clipping path.

    Members:

    IG_PDE_path_add_segment Adds a segment to a path.
    IG_PDE_path_create Creates an empty path element.
    IG_PDE_path_get_data Gets the size of the path data and, optionally, the path data.
    IG_PDE_path_get_paint_op Gets the fill and stroke attributes of a path.
    IG_PDE_path_set_data Sets new path data for a path element.
    IG_PDE_path_set_paint_op Sets the fill and stroke attributes of a path.