Skip to main content

Class TypeStat

Namespace: Aurigma.DesignAtoms.ImageProcessing.GraphicsContainerProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class TypeStat

Inheritance: System.Object -> TypeStat

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

TypeStat

public TypeStat()

Properties

Images

public int Images { get; set; }

Shapes

public int Shapes { get; set; }

Texts

public int Texts { get; set; }
Was this page helpful?