Loading...
Searching...
No Matches
Online_bimage

Classes

interface  BImage
 

Enumerations

enum  EBImageFitMethod { EBImageFitMethod.SCALE_TO_FILL , EBImageFitMethod.SCALE_TO_FIT , EBImageFitMethod.STRETCH }
 

Detailed Description

Enumeration Type Documentation

◆ EBImageFitMethod

Enumerator
SCALE_TO_FILL 

preserves aspect ratio but can be trimmed

SCALE_TO_FIT 

preserves aspect ratio but can contain black bars

STRETCH 

stretch the image to fill the space - does not preserve aspect ratio