Shapes.AddShape(MsoAutoShapeType, Single, Single, Single, Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
Microsoft::Office::Interop::MSProject::Shape ^ AddShape(Microsoft::Office::Core::MsoAutoShapeType Type, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.MSProject.Shape AddShape (Microsoft.Office.Core.MsoAutoShapeType Type, float Left, float Top, float Width, float Height);
abstract member AddShape : Microsoft.Office.Core.MsoAutoShapeType * single * single * single * single -> Microsoft.Office.Interop.MSProject.Shape
Public Function AddShape (Type As MsoAutoShapeType, Left As Single, Top As Single, Width As Single, Height As Single) As Shape
参数
- Type
- MsoAutoShapeType
- Left
- Single
- Top
- Single
- Width
- Single
- Height
- Single