Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
||
CanConvertTo ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object | ||
ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
Create ( string value, SvgDocument document ) : |
Method | Description | |
---|---|---|
SvgPaintServerFactory ( ) : System |
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
return | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object | ||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
return | object |
public ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
destinationType | ||
return | object |
public static Create ( string value, SvgDocument document ) : |
||
value | string | |
document | SvgDocument | |
return |