'使用法 Dim instance As RenderObject Dim width As Unit Dim height As Unit Dim value As SizeD value = instance.CalcSize(width, height)
パラメータ
- width
- The width of the current object. This parameter may be specified as Unit.Auto or as an absolute value (but it must not reference other objects).
- height
- The height of the current object. This parameter may be specified as Unit.Auto or as an absolute value (but it must not reference other objects).
戻り値の型
The size of the current object, in C1PrintDocument.ResolvedUnit units.