FAreaTypeConverter Class

Type conversion for FArea that allows editing of child properties in a property grid.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class FAreaTypeConverter : TypeConverter
Inheritance
TypeConverter    FAreaTypeConverter

Constructors

FAreaTypeConverterInitializes a new instance of the FAreaTypeConverter class

Methods

CanConvertTo Return a value indicating whether this converter can convert to the specified destination type.
GetProperties Return the collection of property descriptors for the context, object, and attributes provided.
GetPropertiesSupported Return a value indicating whether the GetProperties method is supported in the specified context.

See Also