StiComponentGetThumbnail Method (Int32, Int32) |
Gets a thumbnail image of the component.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual Bitmap GetThumbnail(
int width,
int height
)
Public Overridable Function GetThumbnail (
width As Integer,
height As Integer
) As Bitmap
Parameters
- width
- Type: SystemInt32
Width of the thumbnail image. - height
- Type: SystemInt32
Height of the thumbnail image.
Return Value
Type:
BitmapA thumbnail image of the specified size.
See Also