Unit 'cef3intf' Package
[Overview][Types][Classes][Index] [#pl_cef]

ICefImage

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

Declaration

Source position: cef3intf.pas line 749

type ICefImage = interface(ICefBaseRefCounted)

  function IsEmpty;

  

  function IsSame();

  

  function AddBitmap();

  

  function AddPng();

  

  function AddJpeg();

  

  function GetWidth;

  

  function GetHeight;

  

  function HasRepresentation();

  

  function RemoveRepresentation();

  

  function GetRepresentationInfo();

  

  function GetAsBitmap();

  

  function GetAsPng();

  

  function GetAsJpeg();

  

end;

Inheritance

ICefImage

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio