IFont.get_Size Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub get_Size ( _
    <OutAttribute> pSize As Decimal() _
)
'使用
Dim instance As IFont
Dim pSize As Decimal()

instance.get_Size(pSize)
void get_Size(
    decimal[] pSize
)
void get_Size(
    [OutAttribute] array<Decimal>^ pSize
)
function get_Size(
    pSize : decimal[]
)

Parameters

  • pSize
    Type: []

Permissions

See Also

Reference

IFont Interface

IFont Members

Microsoft.VisualStudio.OLE.Interop Namespace