2#ifndef _aspose_drawing_drawing2d_region_data_h_
3#define _aspose_drawing_drawing2d_region_data_h_
6#include "system/object.h"
7#include "system/array.h"
9namespace System {
namespace Drawing {
namespace Drawing2D {
Contains data that defines a region. Objects of this class should only be allocated using System::Mak...
Definition: region_data.h:15
RegionData(const ArrayPtr< uint8_t > &data)
Constructs a new instance of RegionData class and initializes it with the specified data.
void set_Data(const ArrayPtr< uint8_t > &value)
Sets a region data for the current object.
ArrayPtr< uint8_t > get_Data()
Returns a byte array containing data thet defines a region.
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