Unit 'Html5CanvasInterfaces' Package
[Overview][Classes][Index] [#pl_html5canvas]

IHtml5ImageData

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

Declaration

Source position: Html5CanvasInterfaces.pas line 92

type IHtml5ImageData = interface

  function GetData;

  

  function GetHeight;

  

  function GetWidth;

  

  property Width: Cardinal; [r]

  

  property Height: Cardinal; [r]

  

  property Data: IUint8ClampedArray; [r]

  

end;

Inheritance

IHtml5ImageData

  

|

IInterface



CT Web help

CodeTyphon Studio