Aracılığıyla paylaş


PathIterator.Segment.ConicWeight Property

Definition

The weight for the conic operation in this segment.

public virtual float ConicWeight { [Android.Runtime.Register("getConicWeight", "()F", "GetGetConicWeightHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getConicWeight", "()F", "GetGetConicWeightHandler", ApiSince=34)>]
member this.ConicWeight : single

Property Value

the weight for the conic operation in this segment, if any

Attributes

Remarks

The weight for the conic operation in this segment. If the verb in this segment is not equal to #VERB_CONIC, the weight value is undefined.

Java documentation for android.graphics.PathIterator.Segment.getConicWeight().

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