Class TCustomDeviceProvider
Unit
PXL.Devices
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
Properties
Description
Methods
 |
function CreateDevice: TCustomDevice; virtual; abstract; |
|
Creates new instance of device.
|
Properties
 |
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.
|