Skip to main content

TdxWizardControlImage.Draw(TcxCanvas,TRect,TdxScaleFactor) Method

Draws the image on a specific portion of the specified drawing surface.

Declaration

procedure Draw(ACanvas: TcxCanvas; const ARect: TRect; AScaleFactor: TdxScaleFactor); overload;

Parameters

Name Type
ACanvas TcxCanvas
ARect TRect
AScaleFactor TdxScaleFactor

Remarks

Call this procedure to paint the image specified by the Image property on the drawing surface and rectangle passed as the ACanvas and ARect parameters, respectively.

The second overloaded variant allows you to scale the displayed image by the scaling factor passed as the AScaleFactor parameter.

See Also