Affine multiplies a vector and the matrix (without matrix offset).
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function AffinePtXMat( _ ByVal P As DPoint _ ) As DPoint |
Parameters
-
P
-
Type: DPoint
A DPoint object representing a value to be multiplied.
Return Value
A
DPoint object representing a result of multiplication.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also