DrawRotatedImage

图像处理, 页面布局

说明

本页介绍 PDFlibPas 中属于“图像处理, 页面布局”主题的 DrawRotatedImage。API 名称、参数、类名、文件名和字面量保持原样,以便和 Delphi 库及 DLL 入口点完全对应。

调用函数前请查看语法、参数和返回值。代码块保留原始形式,便于示例直接复制使用。

语法

Delphi

Function TPDFlib.DrawRotatedImage(Left, Bottom, Width, Height, Angle: Double): Integer;

ActiveX

Function PDFlib::DrawRotatedImage(Left As Double, Bottom As Double, Width As Double, Height As Double, Angle As Double) As Long

DLL

int DLDrawRotatedImage(int InstanceID, double Left, double Bottom, double Width, double Height, double Angle);

参数

LeftLeft 定义当前页面单位下的坐标、尺寸或度量值。
BottomBottom 定义当前页面单位下的坐标、尺寸或度量值。
WidthWidth 定义当前页面单位下的坐标、尺寸或度量值。
HeightHeight 定义当前页面单位下的坐标、尺寸或度量值。
AngleAngle 定义当前页面单位下的坐标、尺寸或度量值。

返回值

0此值说明 DrawRotatedImage 的调用结果。通常非零值表示成功,0 表示操作未完成。
1此值说明 DrawRotatedImage 的调用结果。通常非零值表示成功,0 表示操作未完成。