IFont.get_Size Method

Definition

Overloads

get_Size(Decimal[])
get_Size(UInt64)

get_Size(Decimal[])

public:
 void get_Size(cli::array <System::Decimal> ^ pSize);
public void get_Size (decimal[] pSize);
abstract member get_Size : decimal[] -> unit
Public Sub get_Size (pSize As Decimal())

Parameters

pSize
Decimal[]

Applies to

get_Size(UInt64)

public:
 void get_Size([Runtime::InteropServices::Out] System::UInt64 % size);
public void get_Size (out ulong size);
abstract member get_Size : uint64 -> unit
Public Sub get_Size (ByRef size As ULong)

Parameters

size
UInt64

Applies to