Function GraphicsObjects.AddFixedShape( _
type As ShapeType, _
XLeftTop As Double, _
YLeftTop As Double, _
XRightBottom As Double, _
YRightBottom As Double, _
Optional graphID As Integer = -1) As ShapeObject
|
- type [in]
Type: ShapeType
- XLeftTop [in]
Type: Double
- YLeftTop [in]
Type: Double
- XRightBottom [in]
Type: Double
- YRightBottom [in]
Type: Double
- graphID [in, optional]
Type: Integer
Default value: -1
|
ShapeObject
|