Unit 'Laz_And_Controls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

jBitmap

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: Laz_And_Controls.pas line 556

type jBitmap = class(jControl)

protected

  procedure Notification(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure LoadFromBuffer();

  

  procedure LoadFromFile();

  

  procedure LoadFromRes();

  

  procedure CreateJavaBitmap();

  

  function GetJavaBitmap;

  

  function GetImage;

  

  function GetCanvas;

  

  procedure GetBitmapSizeFromFile();

  

  function BitmapToArrayOfJByte();

  

  function GetByteArrayFromBitmap();

  

  procedure SetByteArrayToBitmap();

  

  procedure LockPixels();

  

  procedure UnlockPixels;

  

  procedure ScanPixel();

  

  function GetInfo;

  

  function GetRatio;

  

  function ClockWise();

  

  function AntiClockWise();

  

  function SetScale();

  

  function LoadFromAssets();

  

  function GetResizedBitmap();

  

  function GetJByteBuffer();

  

  function GetBitmapFromJByteBuffer(); overload;

  

  function GetBitmapFromJByteArray();

  

  function GetJByteBufferFromImage();

  

  function GetJByteBufferAddress();

  

  function GetImageFromFile();

  

  function GetRoundedShape();

  

  function DrawText();

  

  function DrawBitmap();

  

  procedure SaveToFileJPG();

  

  procedure SetImage();

  

  function CreateBitmap();

  

  function GetThumbnailImage();

  

  function GetThumbnailImageFromAssets();

  

  procedure LoadFromStream();

  

  function GetBase64StringFromImage();

  

  function GetImageFromBase64String();

  

  function GetBase64StringFromImageFile();

  

  function GetWidth;

  

  function GetHeight;

  

published

  property FilePath: TFilePath; [rw]

  

  property ImageIndex: TImageListIndex; [rw]

  

  property Images: jImageList; [rw]

  

  property ImageIdentifier: string; [rw]

  

  property Width: Integer; [rw]

  

  property Height: Integer; [rw]

  

end;

Inheritance

jBitmap

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio