Class LocatedVectorF
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class LocatedVectorF
Inheritance: System.Object -> LocatedVectorF
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
LocatedVectorF
public LocatedVectorF(VectorF location, VectorF vector)
Properties
Location
public VectorF Location { get; }
Vector
public VectorF Vector { get; }
Methods
Translate
public LocatedVectorF Translate(float xShift, float yShift)
Parameters
| Type | Name | Description |
|---|---|---|
System.Single | xShift | |
System.Single | yShift |
Returns
Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.LocatedVectorF