Represents a null stroke.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public class EmptyStroke : Stroke
Visual Basic (Declaration)
Public Class EmptyStroke _
	Inherits Stroke
Visual C++
public ref class EmptyStroke : public Stroke

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Framework..::.Atom
    PerpetuumSoft.Framework.Drawing..::.Stroke
      PerpetuumSoft.Framework.Drawing..::.EmptyStroke

See Also