Represents a two-dimensional vector specified by x- and y-coordinates.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The XVector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XVector | Initializes a new instance of the XVector class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add(XVector, XPoint) | |
![]() ![]() | Add(XVector, XVector) | |
![]() ![]() | AngleBetween | |
![]() ![]() | CrossProduct | |
![]() ![]() | Determinant | |
![]() ![]() | Divide | |
![]() | Equals(Object) | (Overrides ValueTypeEquals(Object).) |
![]() | Equals(XVector) | |
![]() ![]() | Equals(XVector, XVector) | |
![]() | GetHashCode | (Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Multiply(Double, XVector) | |
![]() ![]() | Multiply(XVector, XMatrix) | |
![]() ![]() | Multiply(XVector, XVector) | |
![]() ![]() | Multiply(XVector, Double) | |
![]() | Negate | |
![]() | Normalize | |
![]() ![]() | Parse | |
![]() ![]() | Subtract | |
![]() | ToString | (Overrides ValueTypeToString.) |
![]() | ToString(IFormatProvider) |
Operators
Properties
Name | Description | |
---|---|---|
![]() | Length | |
![]() | LengthSquared | |
![]() | X | |
![]() | Y |
See Also