CreateViewport2 Method (IDrawingDoc)
Obsolete. Superseded by IDrawingDoc::CreateViewport3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateViewport2( _
ByVal LowerLeftX As System.Double, _
ByVal LowerLeftY As System.Double, _
ByVal UpperRightX As System.Double, _
ByVal UpperRightY As System.Double, _
ByVal SketchSize As System.Short, _
ByVal Scale As System.Double _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim LowerLeftX As System.Double
Dim LowerLeftY As System.Double
Dim UpperRightX As System.Double
Dim UpperRightY As System.Double
Dim SketchSize As System.Short
Dim Scale As System.Double
Dim value As System.String
value = instance.CreateViewport2(LowerLeftX, LowerLeftY, UpperRightX, UpperRightY, SketchSize, Scale) |
Parameters
- LowerLeftX
-
- LowerLeftY
-
- UpperRightX
-
- UpperRightY
-
- SketchSize
-
- Scale
-
See Also