Interface IShape
Assembly: IronPPT.dll
Syntax
public interface IShape : IGraphic, IContentElement
Properties
FillColor
Declaration
IColor FillColor { get; set; }
Property Value
Id
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
Index
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OutlineColor
Declaration
IColor OutlineColor { get; set; }
Property Value
Type
Declaration
Nullable<ShapeType> Type { get; set; }
Property Value
Methods
Clone()
Declaration
Returns
FlipHorizontal()
Declaration
FlipVertical()
Declaration
Resize(Int32, Int32)
Declaration
void Resize(int width, int height)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
Rotate(Double)
Declaration
void Rotate(double angle)
Parameters
Type |
Name |
Description |
System.Double |
angle |
|