'宣言 Public Overloads Function AppendInlineObject( _ ByVal obj As System.Object, _ ByVal width As System.Single, _ ByVal height As System.Single _ ) As InlineObject
public InlineObject AppendInlineObject( System.object obj, System.float width, System.float height )
パラメータ
- obj
- The object to add.
- width
- The object's width.
- height
- The object's height.
戻り値の型
The created InlineObject.