Click or drag to resize

RenderTexturePixelSize2 Property

Override to provide details on the actual pixel sizes of this texture in UVW directions return null if the texture should not be treated as a bitmap.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.6
Syntax
public virtual (int width, int height, int depth)? PixelSize2 { get; }

Property Value

Type: NullableValueTupleInt32, Int32, Int32
See Also