'Declaration Public Overloads Function Render( _
ByVal widthWidth of the thumbnail image.As System.Int32, _
ByVal heightHeight of the thumbnail image.As System.Int32, _
ByVal useImageRenderingA value indicating whether decoder can use ImageRenderer for rendering thumbnail image.As Boolean, _
ByVal renderingSettingsThe rendring settings.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IActionProgressController _
) As Boolean
public bool Render(
System.Int32 width,
System.Int32 height,
bool useImageRendering,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
Vintasoft.Imaging.Utils.IActionProgressController progressController
)
public: bool Render(
System.Int32 width,
System.Int32 height,
bool useImageRendering,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* renderingSettings,
Vintasoft.Imaging.Utils.IActionProgressController* progressController
)
public:
bool Render(
System.Int32 width,
System.Int32 height,
bool useImageRendering,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ renderingSettings,
Vintasoft.Imaging.Utils.IActionProgressController^ progressController
)
Parameters
- width
- Width of the thumbnail image.
- height
- Height of the thumbnail image.
- useImageRendering
- A value indicating whether decoder can use ImageRenderer for rendering thumbnail image.
- renderingSettings
- The rendring settings.
- progressController
- Progress controller.
Return Value
False if rendering is canceled; otherwise, true.