ImageRenderOptions

ImageRenderOptions

Overview

ImageRenderOptions is a class in Aspose.3D FOSS for .NET. Inherits from: A3DObject, INamedObject.

Options for and

This class provides 6 methods for working with ImageRenderOptions objects in .NET programs. Available methods include: A3DObject, FindProperty, GetProperty, ImageRenderOptions, RemoveProperty, SetProperty. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: AssetDirectories, BackgroundColor, EnableShadows, Name, Properties.

Properties

NameTypeAccessDescription
BackgroundColorVector3Read/WriteThe background color of the render result.
AssetDirectoriesList<string>Read/WriteDirectories that stored external assets(like textures)
EnableShadowsboolRead/WriteGets or sets whether to render shadows.
NamestringRead/WriteGets or sets the name.
PropertiesPropertyCollectionReadGets the collection of all properties.

Methods

SignatureDescription
ImageRenderOptions()Initialize an instance of
A3DObject()Initializes a new instance of the A3DObject class with no name.
RemoveProperty(property: Property)Removes a dynamic property.
GetProperty(property: string)Get the value of specified property
SetProperty(property: string, value: object?)Sets the value of specified property
FindProperty(propertyName: string)Finds the property.

See Also

 English