FlexReport for WinForms
TryRectFromString メソッド (C1Serializer)


C1.Document アセンブリ > C1.Document.Serialization 名前空間 > C1Serializer クラス : TryRectFromString メソッド
The string to convert.
OUT: the created C1.Interop.Rect structure.
Converts a string to a C1.Interop.Rect structure.
シンタックス
'宣言
 
Public Shared Function TryRectFromString( _
   ByVal s As System.String, _
   ByRef v As Rect _
) As System.Boolean
'使用法
 
Dim s As System.String
Dim v As Rect
Dim value As System.Boolean
 
value = C1Serializer.TryRectFromString(s, v)
public static System.bool TryRectFromString( 
   System.string s,
   out Rect v
)

パラメータ

s
The string to convert.
v
OUT: the created C1.Interop.Rect structure.

戻り値の型

true if no error occurred, false otherwise.
参照

参照

C1Serializer クラス
C1Serializer メンバ