FMX.Surfaces.TBitmapSurface.StretchFrom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StretchFrom(const Source: TBitmapSurface; const NewWidth, NewHeight: Integer;  APixelFormat: TPixelFormat = TPixelFormat.None);

C++

void __fastcall StretchFrom(TBitmapSurface* const Source, const int NewWidth, const int NewHeight, Fmx::Types::TPixelFormat APixelFormat = (Fmx::Types::TPixelFormat)(0x0));

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Surfaces.pas
FMX.Surfaces.hpp
FMX.Surfaces TBitmapSurface

Description

Embarcadero Technologies does not currently have any additional information.