2#ifndef _system_drawing_drawing2d_path_data_h_
3#define _system_drawing_drawing2d_path_data_h_
5#include <system/object.h>
6#include <system/array.h>
7#include <drawing/point_f.h>
25 ASPOSECPP_SHARED_RTTI_INFO_DECL();
Contains the graphical data that represents a path. Objects of this class should only be allocated us...
Definition: path_data.h:19
void set_Points(const ArrayPtr< PointF > &value)
Sets an array containing the points that make up a path.
ArrayPtr< uint8_t > get_Types()
Returns an array containing the values that specify the types of corresponding points in Points array...
ArrayPtr< PointF > get_Points()
Returns an array containing the points that make up a path.
PathData()
Constructs an empty PathData object.
void set_Types(const ArrayPtr< uint8_t > &value)
Sets an array containing the values that specify the types of corresponding points in Points array.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9