Returns thumbnail of the bitmap stored in this frame.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Sub GetThumbnail ( _ bitmap As Bitmap, _ width As Integer, _ height As Integer _ )
Type: Aurigma.GraphicsMill.Bitmap
Bitmap class instance containing thumbnail stored in the frame.Type: System.Int32
Thumbnail width (in pixels). If this value is set to 0, it is calculated automatically to preserve bitmap aspect ratio. Both width and height cannot be set to 0 at the same time.Type: System.Int32
Thumbnail height (in pixels). If this value is set to 0, it is calculated automatically to preserve bitmap aspect ratio. Both width and height cannot be set to 0 at the same time.