| ReviewManagerSetReviewImage Method |
리뷰 항목에 이미지 설정
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public Image SetReviewImage(
int id,
int width,
int height,
bool initMemoryBuffer = true,
bool closeMemoryBuffer = true
)
Parameters
- id
- Type: SystemInt32
리뷰 아이디(ID) - width
- Type: SystemInt32
이미지 가로 길이 - height
- Type: SystemInt32
이미지 세로 길이 - initMemoryBuffer (Optional)
- Type: SystemBoolean
메모리 버퍼 생성 여부 - closeMemoryBuffer (Optional)
- Type: SystemBoolean
메모리 버퍼 종료 여부
Return Value
Type:
Image생성된 리뷰 이미지
See Also