IGeometryShape

IGeometryShape 接口

表示所有几何形状的父类。

public interface IGeometryShape : IShape

属性

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

方法

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

参见