类 RoundedRectangle
RoundedRectangle class
public class RoundedRectangle : GraphicalObject, IEquatable<RoundedRectangle>
构造函数
| 名称 | 描述 |
|---|---|
| RoundedRectangle() | 默认构造函数。 |
属性
| 名称 | 描述 |
|---|---|
| Brush { get; set; } | |
| Coordinate1 { get; set; } | |
| Coordinate2 { get; set; } | |
| override GraphicalObjectType { get; } | |
| Pen { get; set; } | |
| XRadius { get; set; } | |
| YRadius { get; set; } |
方法
| 名称 | 描述 |
|---|---|
| override Equals(object) | |
| Equals(RoundedRectangle) | |
| override GetHashCode() | |
| operator == | |
| operator != |
另见
- class GraphicalObject
- namespace Aspose.Gis.Common.Formats.MapInfo.GraphicalObjects
- assembly Aspose.GIS