FontHandle Class

Definition

Line 953 of System.Windows/Graphics.cm

Constructors & Destructor

public nothrow FontHandle(FontHandle&& that)
suppress FontHandle(const FontHandle&)
public nothrow FontHandle(void* hfont_)
public ~FontHandle()

Member Functions

public inline nothrow void* HFont() const
public inline nothrow bool IsNull() const
suppress void operator=(const FontHandle&)

Member Variables

private void* hfont

Constructor& Destructor Details

FontHandle Constructor

public nothrow FontHandle(FontHandle&& that)

Definition
Line 960 of System.Windows/Graphics.cm


FontHandle Constructor

suppress FontHandle(const FontHandle&)

Definition
Line 958 of System.Windows/Graphics.cm


FontHandle Constructor

public nothrow FontHandle(void* hfont_)

Definition
Line 955 of System.Windows/Graphics.cm


~FontHandle Destructor

public ~FontHandle()

Definition
Line 965 of System.Windows/Graphics.cm


Member Function Details

HFont Member Function

public inline nothrow void* HFont()

Definition
Line 976 of System.Windows/Graphics.cm


IsNull Member Function

public inline nothrow bool IsNull()

Definition
Line 972 of System.Windows/Graphics.cm


operator= Member Function

suppress void operator=(const FontHandle&)

Definition
Line 959 of System.Windows/Graphics.cm