IFont.get_Size Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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