FMX.Graphics.TCustomBitmapCodec.GetImageSize

From RAD Studio API Documentation
Revision as of 10:24, 29 June 2013 by BuildBot (talk | contribs) (Created page with "{{#lst:API:FMX.Graphics.TCustomBitmapCodec.GetImageSize|api}} ==Description== {{#lsth:API:FMX.Graphics.TCustomBitmapCodec.GetImageSize|Description}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

class function GetImageSize(const AFileName: string): TPointF; virtual; abstract;

C++

virtual __classmethod System::Types::TPointF __fastcall GetImageSize(const System::UnicodeString AFileName) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCustomBitmapCodec

Description

Embarcadero Technologies does not currently have any additional information.