Units.TwipsToPixels Method
Name | Parameters | Description |
---|---|---|
TwipsToPixels(Point, Single, Single) static | val, dpiX, dpiY | Converts point coordinates from twips to pixels. |
TwipsToPixels(Rectangle, Single, Single) static | val, dpiX, dpiY | Converts a rectangle from twips to pixels. |
TwipsToPixels(Size, Single, Single) static | val, dpiX, dpiY | Converts height and width from twips to pixels. |
TwipsToPixels(Int32, Single) static | val, dpi | Converts a measurement from twips to pixels. Returns the converted measurement as an Integer. |