IGeometryShape

IGeometryShape interface

代表所有几何图形的父类。

public interface IGeometryShape : IShape

特性

姓名描述
Adjustments { get; }返回形状调整值的集合。 只读IAdjustValueCollection
AsIShape { get; }允许获取基本 IShape 接口。 只读IShape
ShapeStyle { get; }返回形状的样式对象。 只读IShapeStyle
ShapeType { get; set; }返回或设置几何预设类型。 注意:在更改值时,所有调整值都将重置为其默认值。 读/写ShapeType

方法

姓名描述
CreateShapeElements()创建并返回形状元素的数组。
GetGeometryPaths()返回几何形状路径的副本。 坐标相对于形状的左上角。
SetGeometryPath(IGeometryPath)IGeometryPath对象更新形状几何。坐标必须相对于形状的左 上角。 将形状的类型(ShapeType)更改为Custom.
SetGeometryPaths(IGeometryPath[])IGeometryPath数组更新形状几何。坐标必须相对于形状的左 上角。 将形状的类型(ShapeType)更改为Custom.

也可以看看