PenKey Class

Definition

Line 725 of System.Windows/Graphics.cm

Constructors & Destructor

public nothrow PenKey(const Color& color_, float width_, DashStyle dashStyle_)

Member Functions

public nothrow String<char> ToString() const

Member Variables

public Color color
public DashStyle dashStyle
public float width

Constructor& Destructor Details

PenKey Constructor

public nothrow PenKey(const Color& color_, float width_, DashStyle dashStyle_)

Definition
Line 727 of System.Windows/Graphics.cm


Member Function Details

ToString Member Function

public nothrow String<char> ToString()

Definition
Line 730 of System.Windows/Graphics.cm