ImageRenderOptions
개요
ImageRenderOptions .NET에 대한 Aspose.3D FOSS의 클래스입니다. 다음의 사람으로부터 유산을 받은 경우: A3DObject, INamedObject.
선택 및
이 클래스는 .NET 프로그램에서 ImageRenderOptions 객체와 작업하는 6가지 방법을 제공합니다. 이용 가능한 방법에는 다음이 포함됩니다.: A3DObject, FindProperty, GetProperty, ImageRenderOptions, RemoveProperty, SetProperty. 모든 퍼블릭 멤버들은 Aspose.3D FOSS for .NET 패키지를 설치한 후 어떤 .Net 애플리케이션에도 액세스할 수 있습니다. 성질: AssetDirectories, BackgroundColor, EnableShadows, Name, Properties.
속성
| 이름 | 유형 | Access | 설명 |
|---|---|---|---|
BackgroundColor | Vector3 | 읽기/쓰기 | 렌더링 결과의 배경 색상입니다. |
AssetDirectories | List<string> | 읽기/쓰기 | 외부 자산을 저장한 디렉토리들 (조직과 같은) |
EnableShadows | bool | 읽기/쓰기 | 그림자를 렌더링할지 여부를 가져오거나 설정합니다. |
Name | string | 읽기/쓰기 | 이름을 가져오거나 설정합니다. |
Properties | PropertyCollection | 읽으세요. | 모든 속성의 컬렉션을 가져옵니다. |
메서드
| Signature | 설명 |
|---|---|
ImageRenderOptions() | 이식하는 경우를 시작하기 위해 |
A3DObject() | A3DObject 클래스의 이름을 없는 새로운 인스턴스를 초기화합니다. |
RemoveProperty(property: Property) | 동적 특성을 제거합니다. |
GetProperty(property: string) | 지정된 속성의 값을 가져옵니다 |
SetProperty(property: string, value: object?) | 지정된 속성의 값을 설정합니다 |
FindProperty(propertyName: string) | 부동산을 찾습니다. |