Class RegionData

RegionData class

Encapsulates the data that makes up a Region object. This class cannot be inherited.

public sealed class RegionData

Properties

NameDescription
Data { get; set; }Gets or sets an array of bytes that specify the Region object.

See Also