API:Vcl.Graphics.TCustomCanvas.Draw

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Draw(X, Y: Integer; Graphic: TGraphic); overload; virtual; abstract;
procedure Draw(X, Y: Integer; Graphic: TGraphic; Opacity: Byte); overload; virtual; abstract;
procedure Draw(const Point: TPoint; Graphic: TGraphic); overload;
procedure Draw(const Point: TPoint; Graphic: TGraphic; Opacity: Byte); overload;

C++

virtual void __fastcall Draw(int X, int Y, TGraphic* Graphic) = 0 /* overload */;
virtual void __fastcall Draw(int X, int Y, TGraphic* Graphic, System::Byte Opacity) = 0 /* overload */;
void __fastcall Draw(const Winapi::Windows::TPoint &Point, TGraphic* Graphic)/* overload */;
void __fastcall Draw(const Winapi::Windows::TPoint &Point, TGraphic* Graphic, System::Byte Opacity)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TCustomCanvas

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.