Class TCustomDeviceProvider

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomDeviceProvider = class abstract(TObject)

Description

Abstract device provider class that is responsible of creating resources that are specific to one particular technology and/or API.

Hierarchy

  • TObject
  • TCustomDeviceProvider

Overview

Methods

Public function CreateDevice: TCustomDevice; virtual; abstract;

Properties

Public property ImageFormatManager: TCustomImageFormatManager read FImageFormatManager;

Description

Methods

Public function CreateDevice: TCustomDevice; virtual; abstract;

Creates new instance of device.

Properties

Public property ImageFormatManager: TCustomImageFormatManager read FImageFormatManager;

Provides a reference to image format manager responsible of loading and saving different formats in the rendering ecosystem.


Copyright © 2000 - 2017 Yuriy Kotsarenko. Help files generated by PasDoc.