CornerPathEffect 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
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
- 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.