RuntimeXfermode Constructors
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.
Overloads
RuntimeXfermode(String) |
Creates a new RuntimeBlender. |
RuntimeXfermode(IntPtr, JniHandleOwnership) |
RuntimeXfermode(String)
Creates a new RuntimeBlender.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=36)]
public RuntimeXfermode(string agsl);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=36)>]
new Android.Graphics.RuntimeXfermode : string -> Android.Graphics.RuntimeXfermode
Parameters
- agsl
- String
The text of AGSL color filter program to run.
- Attributes
Remarks
Creates a new RuntimeBlender.
Java documentation for android.graphics.RuntimeXfermode.RuntimeXfermode(java.lang.String)
.
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
RuntimeXfermode(IntPtr, JniHandleOwnership)
protected RuntimeXfermode(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.RuntimeXfermode : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.RuntimeXfermode
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership