'Declaration
Public Shared Function Find( _ ByVal name As String, _ ByRef sizeFactor As SizeF _ ) As Boolean
'Usage
Dim name As String Dim sizeFactor As SizeF Dim value As Boolean value = SizeFactors.Find(name, sizeFactor)
public static bool Find( string name, out SizeF sizeFactor )
public: static bool Find( String^ name, [Out] SizeF sizeFactor )
Parameters
- name
- The name of the size factor.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - sizeFactor
- The size factor found.
Return Value
true
iff the size factor has been found.