System::Drawing::Drawing2D::RegionData class

RegionData class

Contains data that defines a region. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class RegionData : public System::Object

Methods

MethodDescription
get_Data()Returns a byte array containing data thet defines a region.
RegionData(const ArrayPtr<uint8_t>&)Constructs a new instance of RegionData class and initializes it with the specified data.
set_Data(const ArrayPtr<uint8_t>&)Sets a region data for the current object.

See Also