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