Class WorkspaceTransformParams
Namespace: Aurigma.DesignAtoms.Rendering
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class WorkspaceTransformParams
Inheritance: System.Object -> WorkspaceTransformParams
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
WorkspaceTransformParams
public WorkspaceTransformParams(FlipType flipMode = FlipType.None, RotationType rotateMode = RotationType.None)
WorkspaceTransformParams
public WorkspaceTransformParams(FlipType? flipMode, RotationType? rotateMode)
Properties
FlipMode
public FlipType FlipMode { get; set; }
RotateMode
public RotationType RotateMode { get; set; }
RotateAngle
public float RotateAngle { get; }
Methods
GetPipelineElements
public List<PipelineElement> GetPipelineElements()
Returns
System.Collections.Generic.List<Aurigma.GraphicsMill.PipelineElement>
ApplyFlip
public void ApplyFlip(Graphics graphics, SizeF pixelSize)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.Graphics | graphics | |
System.Drawing.SizeF | pixelSize |
ApplyRotate
public void ApplyRotate(Graphics graphics, SizeF pixelSize)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.Graphics | graphics | |
System.Drawing.SizeF | pixelSize |
Clone
public WorkspaceTransformParams Clone()