Enum VLImageDisplay.TVLDisplayRenderMode

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: VideoLabBasicPkg

Unit: VLImageDisplay

Contents

Syntax

Delphi:

type TVLDisplayRenderMode = (rmFast, rmNearestNeighbor, rmLinear, rmCubic, rmSuper, rmLankzos);

C++ Builder:

enum TVLDisplayRenderMode {rmFast, rmNearestNeighbor, rmLinear, rmCubic, rmSuper, rmLankzos};

Visual C++ (MFC):

enum CTVLDisplayRenderMode {rmFast, rmNearestNeighbor, rmLinear, rmCubic, rmSuper, rmLankzos};

Summary

Enumerated type for selecting the TVLImegeDisplay rendering mode.

Description

Defines enumerated type for selecting the TVLImegeDisplay rendering mode.

Values

rmFast Fast rendering mode.
rmNearestNeighbor Nearest Neighbor rendering mode.
rmLinear Linear rendering mode.
rmCubic Cubic rendering mode.
rmSuper Super rendering mode.
rmLankzos Lankzos rendering mode.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox