Table of Contents

Enum ImageSizeType

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Defines common image size categories.

public enum ImageSizeType
Extension Methods

Fields

Defined = 1

The image size is explicitly defined.

Icon16 = 2

A 16x16 icon image size.

Icon32 = 3

A 32x32 icon image size.

Undefined = 0

The image size is undefined.