Gets the matrix used for displaying this drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetXform() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim value As System.Object
value = instance.GetXform() |
C# | |
---|
System.object GetXform() |
C++/CLI | |
---|
System.Object^ GetXform(); |
Return Value
Array of 3 doubles that describe the location and scale of the drawing view (see
Remarks)
Remarks
See Also