Click or drag to resize

RoundedBevelCommand Constructor

Construct a new RoundedBevelCommand from the information provided.
Overload List
  NameDescription
Public methodRoundedBevelCommand
Creates a new instance of RoundedBevelCommand.
Public methodRoundedBevelCommand(Int32)
Construct a new RoundedBevelCommand with the depth provided.
Public methodRoundedBevelCommand(Int32, Int32)
Construct a new RoundedBevelCommand with the depth and angle provided.
Protected methodRoundedBevelCommand(SerializationInfo, StreamingContext)
Creates a new instance of RoundedBevelCommand from serialization information.
Public methodRoundedBevelCommand(Int32, Int32, Single)
Construct a new RoundedBevelCommand with the depth, angle and softness provided.
Public methodRoundedBevelCommand(Int32, Int32, Single, Color, Color)
Construct a new RoundedBevelCommand with the depth, angle and softness provided. Highlights and shadows will be created with the provided colors.
Top
See Also