The Common type exposes the following members.
Name | Description | |
---|---|---|
ConvertPixelsToPoints |
Converts a specified value in pixels to points using the specified dpi. |
|
ConvertPointsToPixels |
Converts a specified value in points to pixels using the specified dpi. |
|
ConvertToCmyk |
Converts the bitmap to CMYK color space using the specified color profiles. |
|
ConvertToRgb |
Converts the bitmap to RGB color space using the specified color profiles. |
|
ConvertToWebColor |
Converts the Color class instance to its hex representation of the RGB triad in HTML-style syntax. |
|
GetCmykColorProfile |
Returns a CMYK color profile specified by the CmykColorProfileFileName property or creates a new one. |
|
GetGrayscaleColorProfile |
Returns a grayscale color profile specified by the GrayscaleColorProfileFileName property or creates a new one. |
|
GetImageSize |
Returns the size and resolution of an image stored at the specified path. |
|
GetNumberFormat |
Returns a number format. |
|
GetRgbColorProfile |
Returns a RGB color profile specified by the RgbColorProfileFileName property or creates a new one. |
|
LoadBitmap |
Loads bitmap from the specified path. |
|
ParseWebColor |
Parses a string which contains a hex representation of the RGB triad in HTML-style syntax to the Color value. |
|
SaveBitmap |
Saves bitmap to the specified path. |