Class LineWithText
Inheritance
System.Object
LineWithText
Implements
System.IDisposable
Inherited Members
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()
Assembly: Experior.Core.dll
Syntax
public class LineWithText : Static, IStatic, IRigidPart, IDisposable, IMeshObject, ITextWithLine, ILine, ISceneObject
Constructors
LineWithText(Color, Single, String, Single, Boolean, Boolean)
Declaration
public LineWithText(Color color, float textHeight, string text, float length, bool arrowStart, bool arrowEnd)
Parameters
Type |
Name |
Description |
System.Windows.Media.Color |
color |
|
System.Single |
textHeight |
|
System.String |
text |
|
System.Single |
length |
|
System.Boolean |
arrowStart |
|
System.Boolean |
arrowEnd |
|
Properties
ArrowEnd
Declaration
public bool ArrowEnd { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ArrowStart
Declaration
public bool ArrowStart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Color
Declaration
public override Color Color { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Color |
|
Overrides
End
Declaration
public Vector3 End { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Id
Declaration
[Browsable(false)]
public override uint Id { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Overrides
Length
Declaration
public float Length { get; set; }
Property Value
Type |
Description |
System.Single |
|
Start
Declaration
public Vector3 Start { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextHeight
Declaration
public float TextHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Visible
Declaration
public override bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
SetTransformDirty()
Declaration
protected override void SetTransformDirty()
Overrides
Implements
System.IDisposable