Click or drag to resize

DecalSetUVBounds Method

Sets the UV bounds of the decal. Only used when mapping is UV.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void SetUVBounds(
	double min_u,
	double min_v,
	double max_u,
	double max_v
)

Parameters

min_u
Type: SystemDouble

[Missing <param name="min_u"/> documentation for "M:Rhino.Render.Decal.SetUVBounds(System.Double,System.Double,System.Double,System.Double)"]

min_v
Type: SystemDouble

[Missing <param name="min_v"/> documentation for "M:Rhino.Render.Decal.SetUVBounds(System.Double,System.Double,System.Double,System.Double)"]

max_u
Type: SystemDouble

[Missing <param name="max_u"/> documentation for "M:Rhino.Render.Decal.SetUVBounds(System.Double,System.Double,System.Double,System.Double)"]

max_v
Type: SystemDouble

[Missing <param name="max_v"/> documentation for "M:Rhino.Render.Decal.SetUVBounds(System.Double,System.Double,System.Double,System.Double)"]

See Also