AggPas - Anti-Grain Geomertry for Object Pascal

TAggImageResample

Description

TAggImageResample defines the type of bitmap resampling event, which determines in what conditions the resampling itself takes action.

Constant Values

AGG_NoResample

Resampling takes place on when needed (either on enlarge or shrink). [default]

AGG_ResampleAlways

Resampling takes place even if no size-changing operation is going to happen.

AGG_ResampleOnZoomOut

Resampling takes place when enlarging.