RenderTexture.PixelSize Method

RenderTexturePixelSize Method

Get the texture dimensions for the RenderTexture.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void PixelSize(
	out int u,
	out int v,
	out int w
)
Public Sub PixelSize ( 
	<OutAttribute> ByRef u As Integer,
	<OutAttribute> ByRef v As Integer,
	<OutAttribute> ByRef w As Integer
)

Parameters

u
Type: SystemInt32
width
v
Type: SystemInt32
height
w
Type: SystemInt32
depth, used for 3D textures
Version Information

Rhino for Windows

Supported in: 6.8
See Also