mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-02-02 10:25:26 +02:00
Update uCEFInterfaces.pas
fix
This commit is contained in:
parent
a88659617f
commit
1dd2645b1d
@ -10,7 +10,7 @@
|
|||||||
// For more information about CEF4Delphi visit :
|
// For more information about CEF4Delphi visit :
|
||||||
// https://www.briskbard.com/index.php?lang=en&pageid=cef
|
// https://www.briskbard.com/index.php?lang=en&pageid=cef
|
||||||
//
|
//
|
||||||
// Copyright © 2017 Salvador Díaz Fau. All rights reserved.
|
// Copyright © 2017 Salvador Díaz Fau. All rights reserved.
|
||||||
//
|
//
|
||||||
// ************************************************************************
|
// ************************************************************************
|
||||||
// ************ vvvv Original license and comments below vvvv *************
|
// ************ vvvv Original license and comments below vvvv *************
|
||||||
@ -1633,7 +1633,7 @@ type
|
|||||||
function GetAsJpeg(scaleFactor: Single; quality: Integer;
|
function GetAsJpeg(scaleFactor: Single; quality: Integer;
|
||||||
pixelWidth, pixelHeight: PInteger): ICefBinaryValue;
|
pixelWidth, pixelHeight: PInteger): ICefBinaryValue;
|
||||||
|
|
||||||
property Width: NativeUInt read GetHeight;
|
property Width: NativeUInt read GetWidth;
|
||||||
property Height: NativeUInt read GetHeight;
|
property Height: NativeUInt read GetHeight;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user