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