Class GraphicsUnitConverter
Contains conversion methods related to GraphicsUnit.
public static class GraphicsUnitConverter- Inheritance
- 
      
      GraphicsUnitConverter
Fields
- Convert
- Gets or set convertion event handler method. 
Methods
- ConvertPoint(GraphicsUnit, GraphicsUnit, SizeD, PointD, GraphicsType)
- Converts PointD value to other GraphicsUnit. 
- ConvertRect(GraphicsUnit, GraphicsUnit, SizeD, RectD, GraphicsType)
- Converts RectD value to other GraphicsUnit. 
- ConvertSize(GraphicsUnit, GraphicsUnit, SizeD, SizeD, GraphicsType)
- Converts SizeD value to other GraphicsUnit. 
- DefaultConvert(GraphicsUnit, GraphicsUnit, double, double, GraphicsType)
- Default convertion method.