PathIterator.Segment.ConicWeight Property
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.
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.