Converts RectangleCornerRadius objects from one data type to another. Access the CornerRadiusConverter class through the TypeDescriptor object.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public class RectangleCornerRadiusConverter : ExpandableObjectConverter
Visual Basic
Public Class RectangleCornerRadiusConverter
	Inherits ExpandableObjectConverter
Visual C++
public ref class RectangleCornerRadiusConverter : public ExpandableObjectConverter

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    System.ComponentModel..::..ExpandableObjectConverter
      Neodynamic.SDK.Printing..::..RectangleCornerRadiusConverter

See Also