TdxCustomCameraControl.FitMode Property
Specifies how images of rendered output frames are sized within the camera control.
Declaration
property FitMode: TcxImageFitMode read; write;
Property Value
Type |
---|
TcxImageFitMode |
Remarks
Refer to the TcxImageFitMode type description to learn about the available property values. The default property value allows the camera control to scale the rendered output maintaining its aspect ratio.
The default value of the FitMode property is ifmProportionalStretch.
See Also