TdxGPCanvas.Draw(TdxGPImage,TdxRectF,TdxRectF,Byte) Method
Declaration
procedure Draw(AGraphic: TdxGPImage; const ADestRect: TdxRectF; const ASourceRect: TdxRectF; AAlpha: Byte = 255); overload;
Parameters
Name | Type |
---|---|
AGraphic | TdxGPImage |
ADestRect | TdxRectF |
ASourceRect | TdxRectF |
AAlpha | Byte |
See Also