Paints a bevel.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public abstract void Paint(
	VectorRectangle rectangle,
	GraphicStream stream
)
Visual Basic (Declaration)
Public MustOverride Sub Paint ( _
	rectangle As VectorRectangle, _
	stream As GraphicStream _
)
Visual C++
public:
virtual void Paint(
	VectorRectangle rectangle, 
	GraphicStream^ stream
) abstract

See Also