Show / Hide Table of Contents

    Class PathView

    Inheritance
    System.Object
    Box
    Canvas
    ShapeView
    PathView
    Implements
    IContainable<EvasObject>
    IMeasurable
    Inherited Members
    ShapeView.SKCanvasView
    ShapeView.Stroke
    ShapeView.Fill
    ShapeView.StrokeThickness
    ShapeView.StrokeDashArray
    ShapeView.StrokeDashOffset
    ShapeView.StrokeLineCap
    ShapeView.StrokeLineJoin
    ShapeView.StrokeMiterLimit
    ShapeView.Aspect
    ShapeView.UpdateShape(SKPath)
    ShapeView.UpdateShapeTransform(SKMatrix)
    ShapeView.UpdateStrokeDashArray(Single[])
    ShapeView.UpdateStrokeDash()
    ShapeView.UpdatePathShape()
    ShapeView.IMeasurable.Measure(Double, Double)
    Canvas.Children
    Canvas.OnUnrealize()
    Box.LayoutUpdated
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class PathView : ShapeView, IContainable<EvasObject>, IMeasurable

    Constructors

    PathView(EvasObject)

    Declaration
    public PathView(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Methods

    UpdateData(SKPath)

    Declaration
    public void UpdateData(SKPath path)
    Parameters
    Type Name Description
    SKPath path

    UpdateTransform(SKMatrix)

    Declaration
    public void UpdateTransform(SKMatrix transform)
    Parameters
    Type Name Description
    SKMatrix transform

    Implements

    IContainable<T>
    IMeasurable
    Back to top Copyright © 2021 Samsung
    Generated by DocFX