PdfPageObject.Transform Method

Definition

Transform the page object The matrix is composed as: |a c e| |b d f| and can be used to scale, rotate, shear and translate the |page_object|.

[Android.Runtime.Register("transform", "(FFFFFF)V", "GetTransform_FFFFFFHandler", ApiSince=36)]
public virtual void Transform(float a, float b, float c, float d, float e, float f);
[<Android.Runtime.Register("transform", "(FFFFFF)V", "GetTransform_FFFFFFHandler", ApiSince=36)>]
abstract member Transform : single * single * single * single * single * single -> unit
override this.Transform : single * single * single * single * single * single -> unit

Parameters

a
Single
b
Single
c
Single
d
Single
e
Single
f
Single
Attributes

Remarks

Transform the page object The matrix is composed as: |a c e| |b d f| and can be used to scale, rotate, shear and translate the |page_object|.

Java documentation for android.graphics.pdf.component.PdfPageObject.transform(float, float, float, float, float, float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to