Class BaseGraphic
Inheritance
System.Object
BaseGraphic
Assembly: IronPPT.dll
Syntax
public abstract class BaseGraphic : ContentElement, ICloneableElement, IGraphic, IContentElement
Constructors
BaseGraphic()
Declaration
Properties
Angle
Declaration
public Rotation Angle { get; set; }
Property Value
Height
Declaration
public DocUnit Height { get; set; }
Property Value
Position
Declaration
public ElementPosition Position { get; set; }
Property Value
Width
Declaration
public DocUnit Width { get; set; }
Property Value
Methods
FlipHorizontal()
Declaration
public void FlipHorizontal()
FlipVertical()
Declaration
public void FlipVertical()
Resize(Int32, Int32)
Declaration
public void Resize(int width, int height)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
Rotate(Double)
Declaration
public void Rotate(double angle)
Parameters
Type |
Name |
Description |
System.Double |
angle |
|
Implements