NotesSlide
GetThumbnail Method (Single, Single)
|
Gets a Thumbnail Bitmap object with custom scaling.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Bitmap GetThumbnail(
float scaleX,
float scaleY
)
Public Function GetThumbnail (
scaleX As Single,
scaleY As Single
) As Bitmap
public:
Bitmap^ GetThumbnail(
float scaleX,
float scaleY
)
member GetThumbnail :
scaleX : float32 *
scaleY : float32 -> Bitmap
Parameters
-
scaleX
-
Type:
System
Single
The value by which to scale this Thumbnail in the x-axis direction.
-
scaleY
-
Type:
System
Single
The value by which to scale this Thumbnail in the y-axis direction.
Return Value
Type:
Bitmap
Bitmap object.
See Also