InlineObject Constructor(Object,Single,Single)
In This Topic
Creates a new instance of
InlineObject.
Syntax
'Declaration
Public Function New( _
ByVal As System.Object, _
ByVal As System.Single, _
ByVal As System.Single _
)
public InlineObject(
System.object ,
System.float ,
System.float
)
Parameters
- obj
- width
- height
See Also