Surface.SetMatrix(Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the supplied two-by-two transform matrix to this surface's buffer.
[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
The System.Single value used for dsdx.
- dtdx
- Single
The System.Single value used for dtdx.
- dsdy
- Single
The System.Single value used for dsdy.
- dtdy
- Single
The System.Single value used for dtdy.
- 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.