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