ShapeList
AppendSmartArt Method
|
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ISmartArt AppendSmartArt(
float x,
float y,
float width,
float height,
SmartArtLayoutType layoutType
)
Public Function AppendSmartArt (
x As Single,
y As Single,
width As Single,
height As Single,
layoutType As SmartArtLayoutType
) As ISmartArt
public:
ISmartArt^ AppendSmartArt(
float x,
float y,
float width,
float height,
SmartArtLayoutType layoutType
)
member AppendSmartArt :
x : float32 *
y : float32 *
width : float32 *
height : float32 *
layoutType : SmartArtLayoutType -> ISmartArt
Parameters
-
x
-
Type:
System
Single
-
y
-
Type:
System
Single
-
width
-
Type:
System
Single
-
height
-
Type:
System
Single
-
layoutType
-
Type:
Spire.Presentation.Diagrams
SmartArtLayoutType
Return Value
Type:
ISmartArt
See Also