Gets a WriteableBitmap object that represents the barcode with rotation and scale options.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

C#
public WriteableBitmap GetBarcodeImage(
	Rotate rotate,
	double scaleX,
	double scaleY
)
Visual Basic (Declaration)
Public Function GetBarcodeImage ( _
	rotate As Rotate, _
	scaleX As Double, _
	scaleY As Double _
) As WriteableBitmap
Visual C++
public:
WriteableBitmap^ GetBarcodeImage(
	Rotate rotate, 
	double scaleX, 
	double scaleY
)

Parameters

rotate
Type: Neodynamic.Silverlight..::.Rotate
The rotate angle to be applied on the barcode image.
scaleX
Type: System..::.Double
The x-axis scale factor.
scaleY
Type: System..::.Double
The y-axis scale factor.

Return Value

A WriteableBitmap object that represents the barcode with rotation and scale options.

See Also