Converts the string representation of margins to its equivalent.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public static Margins Parse( string s ) |
Visual Basic (Declaration) |
---|
Public Shared Function Parse ( _ s As String _ ) As Margins |
Visual C++ |
---|
public: static Margins Parse( String^ s ) |
Parameters
- s
- Type: System..::.String