CornerPathEffect Constructors

Definition

Overloads

CornerPathEffect(Single)

Transforms geometries that are drawn (either STROKE or FILL styles) by replacing any sharp angles between line segments into rounded angles of the specified radius.

CornerPathEffect(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

CornerPathEffect(Single)

Transforms geometries that are drawn (either STROKE or FILL styles) by replacing any sharp angles between line segments into rounded angles of the specified radius.

[Android.Runtime.Register(".ctor", "(F)V", "")]
public CornerPathEffect (float radius);
[<Android.Runtime.Register(".ctor", "(F)V", "")>]
new Android.Graphics.CornerPathEffect : single -> Android.Graphics.CornerPathEffect

Parameters

radius
Single

Amount to round sharp angles between line segments.

Attributes

Remarks

Transforms geometries that are drawn (either STROKE or FILL styles) by replacing any sharp angles between line segments into rounded angles of the specified radius.

Java documentation for android.graphics.CornerPathEffect.CornerPathEffect(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

CornerPathEffect(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected CornerPathEffect (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.CornerPathEffect : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.CornerPathEffect

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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