SupportOptions.SetTextureSize Method

SupportOptionsSetTextureSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Rhino.Render.SupportOptions.SetTextureSize(Rhino.Render.SupportOptions.RdkTextureSize,System.Boolean)"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
[ObsoleteAttribute("Support for changing the texture size programatically will disappear in a future version of Rhino")]
public static void SetTextureSize(
	SupportOptionsRdkTextureSize size,
	bool bSendEvent
)
<ObsoleteAttribute("Support for changing the texture size programatically will disappear in a future version of Rhino")>
Public Shared Sub SetTextureSize ( 
	size As SupportOptionsRdkTextureSize,
	bSendEvent As Boolean
)

Parameters

size
Type: Rhino.RenderSupportOptionsRdkTextureSize

[Missing <param name="size"/> documentation for "M:Rhino.Render.SupportOptions.SetTextureSize(Rhino.Render.SupportOptions.RdkTextureSize,System.Boolean)"]

bSendEvent
Type: SystemBoolean

[Missing <param name="bSendEvent"/> documentation for "M:Rhino.Render.SupportOptions.SetTextureSize(Rhino.Render.SupportOptions.RdkTextureSize,System.Boolean)"]

Version Information

Rhino for Windows

Obsolete (compiler warning) in 6.14
See Also