Interface IGraphicContainer
Assembly: IronPPT.dll
Syntax
public interface IGraphicContainer
Properties
Images
Declaration
List<IImage> Images { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IImage> |
|
Shapes
Declaration
List<IShape> Shapes { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IShape> |
|
Methods
AddImage(IImage)
Declaration
IImage AddImage(IImage image)
Parameters
Type |
Name |
Description |
IImage |
image |
|
Returns
AddImage(AnyBitmap)
Declaration
IImage AddImage(AnyBitmap anyBitmap)
Parameters
Type |
Name |
Description |
IronSoftware.Drawing.AnyBitmap |
anyBitmap |
|
Returns
AddImage(Stream)
Declaration
IImage AddImage(Stream imageStream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
imageStream |
|
Returns
AddImage(String)
Declaration
IImage AddImage(string imagePath)
Parameters
Type |
Name |
Description |
System.String |
imagePath |
|
Returns
AddShape(IShape)
Declaration
IShape AddShape(IShape shape)
Parameters
Type |
Name |
Description |
IShape |
shape |
|
Returns