menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PolygonRecycler - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PolygonRecycler

    Class implementation for PolygonRecycler.

    Inheritance
    System.Object
    PolygonRecycler
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class PolygonRecycler : DependencyObject

    Constructors

    PolygonRecycler()

    Declaration
    public PolygonRecycler()

    Methods

    DequeuePolygon(Vector3D[], DependencyObject, Int32, Brush, Double, Brush)

    Method used to remove the polygon in Queue.

    Declaration
    public Polygon3D DequeuePolygon(Vector3D[] points, DependencyObject tag, int index, Brush stroke, double strokeThickness, Brush fill)
    Parameters
    Type Name Description
    Vector3D[] points

    The Points

    Windows.UI.Xaml.DependencyObject tag

    The Tag

    System.Int32 index

    The Index

    Windows.UI.Xaml.Media.Brush stroke

    The stroke

    System.Double strokeThickness

    The stroke Thickness

    Windows.UI.Xaml.Media.Brush fill

    The Fill

    Returns
    Type Description
    Polygon3D

    Returns the polygon.

    Reset()

    Reset the pointer.

    Declaration
    public void Reset()

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved