Interface IPictureShape
public interface IPictureShape : IShape, IExcelApplication
- Inherited Members
Properties
ColorFrom
Color ColorFrom { get; set; }
Property Value
ColorTo
Color ColorTo { get; set; }
Property Value
FileName
string FileName { get; }
Property Value
Fill
IShapeFill Fill { get; }
Property Value
Line
IShapeLineFormat Line { get; }
Property Value
Picture
SKBitmap Picture { get; }
Property Value
- SKBitmap
Methods
Remove(bool)
void Remove(bool removeImage)
Parameters
removeImage
bool