'Declaration Public Shared Function GetFont( _ ByVal s As IShape, _ ByRef font As Font _ ) As Boolean
'Declaration
Public Shared Function GetFont( _ ByVal s As IShape, _ ByRef font As Font _ ) As Boolean
'Usage Dim s As IShape Dim font As Font Dim value As Boolean value = Shape.GetFont(s, font)
'Usage
Dim s As IShape Dim font As Font Dim value As Boolean value = Shape.GetFont(s, font)
public static bool GetFont( IShape s, out Font font )
Shape Class Shape Members