Surface.SetMatrix(Single, Single, Single, Single) Method

Definition

[Android.Runtime.Register("setMatrix", "(FFFF)V", "GetSetMatrix_FFFFHandler")]
public virtual void SetMatrix (float dsdx, float dtdx, float dsdy, float dtdy);
[<Android.Runtime.Register("setMatrix", "(FFFF)V", "GetSetMatrix_FFFFHandler")>]
abstract member SetMatrix : single * single * single * single -> unit
override this.SetMatrix : single * single * single * single -> unit

Parameters

dsdx
Single
dtdx
Single
dsdy
Single
dtdy
Single
Attributes

Remarks

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