CommonGetWindowThumbnail Method
|
|
Returns McWindow thumbnail as Image
Namespace:
MediaCy.Controls.Common.Vb
Assembly:
MediaCy.Controls.Common.Vb (in MediaCy.Controls.Common.Vb.dll) Version: 3.1.0.0
SyntaxPublic Shared Function GetWindowThumbnail (
Wnd As McWindow,
Optional Frame As Long = -1,
Optional bSmallElseLarge As Boolean = true
) As Image
Parameters
- Wnd
- Type: McWindow
window - Frame (Optional)
- Type: SystemInt64
Frame index, if -1 (default) the active frame is used - bSmallElseLarge (Optional)
- Type: SystemBoolean
thumbnail size
Return Value
Type:
Image
Remarks
See Also