FMX.Graphics.PBitmapCodecSaveParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PBitmapCodecSaveParams = ^TBitmapCodecSaveParams;

C++

typedef TBitmapCodecSaveParams *PBitmapCodecSaveParams;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Pointer type to TBitmapCodecSaveParams.

PBitmapCodecSaveParams can access data regarding the parameters that are associated with a TBitmap encoder.

See Also