Class Region
Region class
public class Region : GraphicalObject, IEquatable<Region>
Constructors
Name | Description |
---|---|
Region() | The default constructor. |
Properties
Name | Description |
---|---|
Brush { get; set; } | |
Center { get; set; } | |
override GraphicalObjectType { get; } | |
Pen { get; set; } | |
Polygons { get; set; } |
Methods
Name | Description |
---|---|
override Equals(object) | |
Equals(Region) | |
override GetHashCode() | |
operator == | |
operator != |
See Also
- class GraphicalObject
- namespace Aspose.Gis.Common.Formats.MapInfo.GraphicalObjects
- assembly Aspose.GIS