[]
        
(Showing Draft Content)

GrapeCity.Drawing.IDrawingContext.DrawCamera

DrawCamera Method

DrawCamera(ICamera, int, int)

Draws the camera object.

Declaration
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
Parameters
Type Name Description
ICamera camera

The camera object.

int width

The width of the target picture.

int height

The height of the target picture.

Returns
Type Description
ImageBrush

An ImageBrush object represents the picture of the camera object.