March 2003
Intermediate to advanced
896 pages
32h 35m
English
RegionData
This class encapsulates the data that makes up a
System.Drawing.Region object. You can get at the
byte array that defines the region through the
Data property.
You could use this data to serialize a Region, for
example.
public sealed class RegionData { // Public Instance Properties public byte[ ] Data{set; get; } }
System.Drawing.Region.GetRegionData()
System.Drawing.Region.Region()
Read now
Unlock full access