IMcDisplayMagnificationX Property
|
|
Expands or contracts the image (zooms in or out) horizontally.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxProperty MagnificationX As Double
Get
Set
Property Value
Type:
Double
RemarksAlthough this property accepts any positive valued real number,
The viewer can only approximate the magnification desired by duplicating
individual image pixels for display so that the size of the displayed image
approaches the magification desired. Due to the nature of digital display,
individual pixels are always replicated an integral number of times.
Setting this property will also force the AutoZoomMode property to be set to "mazmNone".
If the client application supports the OnPropertyChanged(
ID_McDisplay_MagnificationX) event, the client application may choose to
retrieve the ZoomedImageWidth properties and resize itself. This event is not
fired if MagnificationY is changed via an assignment to Magnification; in that
case only the OnPropertyChanged( ID_McDisplay_Magnification) event is fired.
See Also