LineDisplayCustomGlyphs.SizeInPixels Property
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.
Gets the glyph dimensions (based on the number of pixels for a character cell) supported by the device
public:
property Size SizeInPixels { Size get(); };
Size SizeInPixels();
public Size SizeInPixels { get; }
var size = lineDisplayCustomGlyphs.sizeInPixels;
Public ReadOnly Property SizeInPixels As Size
Property Value
The glyph dimensions, in pixels.