Click or drag to resize

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)
Since: 6.0
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
)

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)"]

See Also