ShapeList
SaveAsImage Method (Int32, Int32, Int32)
|
Save shapes to Image.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Bitmap SaveAsImage(
int shapeIndex,
int dpiX,
int dpiY
)
Public Function SaveAsImage (
shapeIndex As Integer,
dpiX As Integer,
dpiY As Integer
) As Bitmap
public:
Bitmap^ SaveAsImage(
int shapeIndex,
int dpiX,
int dpiY
)
member SaveAsImage :
shapeIndex : int *
dpiX : int *
dpiY : int -> Bitmap
Parameters
-
shapeIndex
-
Type:
System
Int32
Represents the shape index in the indicated slide's shapes collection
-
dpiX
-
Type:
System
Int32
Horizontal Resolution.
-
dpiY
-
Type:
System
Int32
Vertical Resolution.
Return Value
Type:
Bitmap
See Also