Class CurvedTextItem
Inheritance
System.Object
CurvedTextItem
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class CurvedTextItem : BaseTextItem, ICloneable
Constructors
CurvedTextItem()
Declaration
CurvedTextItem(String, Path, String, Single)
Declaration
public CurvedTextItem(string text = "", Path path = null, string fontPostScriptName = null, float fontSize = 10F)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
| Path |
path |
|
| System.String |
fontPostScriptName |
|
| System.Single |
fontSize |
|
Properties
End
Declaration
public float End { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
FitToPath
Declaration
public bool FitToPath { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
FitToPathStep
Declaration
public float FitToPathStep { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
MaxLineCount
Declaration
public override int? MaxLineCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Overrides
OriginalFontSize
Declaration
public float OriginalFontSize { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
SourceRectangle
Declaration
public override RectangleF SourceRectangle { get; set; }
Property Value
| Type |
Description |
| System.Drawing.RectangleF |
|
Overrides
Start
Declaration
public float Start { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Stretch
Declaration
public bool Stretch { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
TextPath
Declaration
public Path TextPath { get; set; }
Property Value
Methods
Accept(ItemVisitor)
Declaration
public override Task Accept(ItemVisitor visitor)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Overrides
Accept<T>(ItemVisitor<T>)
Declaration
public override Task<T> Accept<T>(ItemVisitor<T> visitor)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<T> |
|
Type Parameters
Overrides
Aurigma.DesignAtoms.Model.Items.RectangleItem.Accept<T>(Aurigma.DesignAtoms.Model.ItemVisitor<T>)
ApplyPermissionsConstrain()
Declaration
public override void ApplyPermissionsConstrain()
Overrides
DeepClone<TItem>(TItem, Boolean)
Declaration
public override TItem DeepClone<TItem>(TItem clone = null, bool keepIds = false)
where TItem : ModelComponent
Parameters
| Type |
Name |
Description |
| TItem |
clone |
|
| System.Boolean |
keepIds |
|
Returns
Type Parameters
Overrides
Aurigma.DesignAtoms.Model.Items.BaseTextItem.DeepClone<TItem>(TItem, System.Boolean)
Equals(CurvedTextItem)
Declaration
protected bool Equals(CurvedTextItem other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable