RazorTextSize

A simple struct to get the width and height of rendered text

struct RazorTextSize {}

Members

Variables

height
double height;
Undocumented in source.
width
double width;
Undocumented in source.

Meta