ImageStyle Constructor (String)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| ImageStyle Constructor (String) |
| ImageStyle Structure See Also Send Feedback |
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 ) |
| Visual Basic |
|---|
Public Sub New ( _ url As String _ ) |
| Visual C++ |
|---|
public: ImageStyle( String^ url ) |
Parameters
- url
- Type: System..::..String