GraphicsObject Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 10 of System.Windows/GraphicsObject.cm

Inheritance

Constructors & Destructor

public GraphicsObject()

Member Functions

public inline bool Error() const
public inline int GetErrorId() const
public void ResetErrorId()
public void SetErrorId(int errorId_)

Member Variables

private int errorId

Constructor& Destructor Details

GraphicsObject Constructor

public GraphicsObject()

Definition
Line 12 of System.Windows/GraphicsObject.cm


Member Function Details

Error Member Function

public inline bool Error()

Definition
Line 16 of System.Windows/GraphicsObject.cm


GetErrorId Member Function

public inline int GetErrorId()

Definition
Line 20 of System.Windows/GraphicsObject.cm


ResetErrorId Member Function

public void ResetErrorId()

Definition
Line 28 of System.Windows/GraphicsObject.cm


SetErrorId Member Function

public void SetErrorId(int errorId_)

Definition
Line 24 of System.Windows/GraphicsObject.cm