Initializes a new instance of the ImageStyle class
Namespace: CuteEditor.ConvertorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public ImageStyle( string url, int width, int height, FloatType floattype ) |
| Visual Basic |
|---|
Public Sub New ( _ url As String, _ width As Integer, _ height As Integer, _ floattype As FloatType _ ) |
| Visual C++ |
|---|
public: ImageStyle( String^ url, int width, int height, FloatType floattype ) |
Parameters
- url
- Type: System..::..String
- width
- Type: System..::..Int32
- height
- Type: System..::..Int32
- floattype
- Type: CuteEditor.Convertor..::..FloatType