'Declaration Public Overloads Function GetThumbnail( _ ByVal size As Size _ ) As VintasoftImage
public VintasoftImage GetThumbnail( Size size )
public: VintasoftImage* GetThumbnail( Size size )
public: VintasoftImage^ GetThumbnail( Size size )
Parameters
- size
- The size, in pixels, of the requested thumbnail image.
Return Value
The System.Drawing.Image object that represents the thumbnail.