IFont.put_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
put_Size(Decimal) | |
put_Size(UInt64) |
put_Size(Decimal)
public:
void put_Size(System::Decimal SIZE);
public void put_Size (decimal SIZE);
abstract member put_Size : decimal -> unit
Public Sub put_Size (SIZE As Decimal)
Parameters
- SIZE
- Decimal
Applies to
put_Size(UInt64)
public:
void put_Size(System::UInt64 size);
public void put_Size (ulong size);
abstract member put_Size : uint64 -> unit
Public Sub put_Size (size As ULong)
Parameters
- size
- UInt64