GetGraphicSize Method
- Last UpdatedAug 21, 2026
- 1 minute read
GetGraphicSize
'Declaration
Public Shared Function GetGraphicSize( _
ByVal graphicName As String _
) As Size
public static Size GetGraphicSize(
string graphicName
)
public:
static Size GetGraphicSize(
String^ graphicName
)
Parameters
- graphicName