Show / Hide Table of Contents

Class SetBrushCommand

Set the brush of the sketch object.

Inheritance
System.Object
SetBrushCommand
Implements
ICommand
Namespace: VRSketchingGeometry.Commands
Assembly: VRSketchingGeometry.dll
Syntax
public class SetBrushCommand : ICommand
Remarks

Original author: tterpi

Constructors

SetBrushCommand(IBrushable, Brush)

Declaration
public SetBrushCommand(IBrushable sketchObject, Brush brush)
Parameters
Type Name Description
IBrushable sketchObject
Brush brush

Methods

Execute()

Declaration
public bool Execute()
Returns
Type Description
System.Boolean

Redo()

Declaration
public void Redo()

Undo()

Declaration
public void Undo()

Implements

ICommand
In This Article
Back to top Generated by DocFX