RegionData

RegionData

System.Drawing.Drawing2D (system.drawing.dll) sealed class

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; } } 

Returned By

System.Drawing.Region.GetRegionData()

Passed To

System.Drawing.Region.Region()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net