Click or drag to resize

TransformChainCommand Constructor

Overload List
  NameDescription
Public methodTransformChainCommand
Creates a new instance of TransformChainCommand.
Public methodTransformChainCommand(Color)
Creates a new instance of TransformChainCommand specifying the background color of the resulting image.
Public methodTransformChainCommand(Transform)
Creates a new instance of TransformChainCommand specifying the transforms.
Public methodTransformChainCommand(Color, InterpolationMode)
Creates a new instance of TransformChainCommand specifying the background color and transform mode.
Protected methodTransformChainCommand(SerializationInfo, StreamingContext)
Creates a new instance of TransformChainCommand from serialization information
Public methodTransformChainCommand(Color, InterpolationMode, Transform)
Creates a new instance of TransformChainCommand specifying the background color, transform mode and a collection of transforms to apply.
Top
See Also