[]
Draws the camera object.
ImageBrush DrawCamera(ICamera camera, int width = 0, int height = 0)
Function DrawCamera(camera As ICamera, Optional width As Integer = 0, Optional height As Integer = 0) As ImageBrush
Type | Name | Description |
---|---|---|
ICamera | camera | The camera object. |
int | width | The width of the target picture. |
int | height | The height of the target picture. |
Type | Description |
---|---|
ImageBrush | An ImageBrush object represents the picture of the camera object. |