menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PolygonRecycler - WPF 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.WPF.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

    System.Windows.DependencyObject tag

    The Tag

    System.Int32 index

    The Index

    System.Windows.Media.Brush stroke

    The stroke

    System.Double strokeThickness

    The stroke Thickness

    System.Windows.Media.Brush fill

    The Fill

    Returns
    Type Description
    Polygon3D

    Returns the polygon.

    Reset()

    Reset the pointer.

    Declaration
    public void Reset()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved