Click or drag to resize

RenderTexturePixelSize Method

Get the texture dimensions for the RenderTexture.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void PixelSize(
	out int u,
	out int v,
	out int w
)

Parameters

u
Type: SystemInt32
width
v
Type: SystemInt32
height
w
Type: SystemInt32
depth, used for 3D textures
See Also