Ole2FramesetHimetricSize Method
|
Sets unhandled fields.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void setHimetricSize(
short Width,
short Height
)
Public Sub setHimetricSize (
Width As Short,
Height As Short
)
public:
void setHimetricSize(
short Width,
short Height
)
member setHimetricSize :
Width : int16 *
Height : int16 -> unit
Parameters
- Width Int16
- [in] Himetric width.
- Height Int16
- [in] Himetric height.
Remarks
Currently these
fields are not handled. This method will be removed or renamed in
future releases.
See Also