'Declaration Public Function New( _
ByVal brushThe brush that should be used for filling the object.As System.Windows.Media.Brush _
)
public WpfGraphicObject(
System.Windows.Media.Brush brush
)
public: WpfGraphicObject(
System.Windows.Media.Brush* brush
)
public:
WpfGraphicObject(
System.Windows.Media.Brush^ brush
)
Parameters
- brush
- The brush that should be used for filling the object.