Creates a matrix based on the specified scale and offset.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function StdMat( _ ByVal S As DPoint, _ ByVal P As DPoint _ ) As CADMatrix |
Parameters
-
S
-
Type: DPoint
A DPoint object representing the specified scale.
-
P
-
Type: DPoint
A DPoint object representing the specified offset.
Return Value
A
CADMatrix object.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also