Class PlainTextItem
Inheritance
System.Object
PlainTextItem
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 PlainTextItem : BaseTextItem, ICloneable
Constructors
PlainTextItem()
Declaration
PlainTextItem(String, PointF, String, Single)
Declaration
public PlainTextItem(string text = "", PointF location = null, string fontPostScriptName = null, float fontSize = 10F)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
| System.Drawing.PointF |
location |
|
| System.String |
fontPostScriptName |
|
| System.Single |
fontSize |
|
Properties
BaselineLocation
Declaration
public PointF BaselineLocation { get; set; }
Property Value
| Type |
Description |
| System.Drawing.PointF |
|
IsVertical
Declaration
public bool IsVertical { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SourceRectangle
Declaration
public override RectangleF SourceRectangle { get; set; }
Property Value
| Type |
Description |
| System.Drawing.RectangleF |
|
Overrides
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(PlainTextItem)
Declaration
protected bool Equals(PlainTextItem 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