Click or drag to resize

TextureCacheGetSize Method

Gets the pixel size of the texture registered under the given name.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static Size GetSize(
	string name
)

Parameters

name
Type: SystemString
The name to look for.

Return Value

Type: Size
The size of the texture, or Empty if nothing is registered under this name.
See Also