LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterMagnifyGlass Class Members
See Also  Properties  Methods  Events
Leadtools.WinForms Namespace : RasterMagnifyGlass Class

The following tables list the members exposed by RasterMagnifyGlass.

Public Constructors

 NameDescription
public Constructor RasterMagnifyGlass ConstructorInitializes a new instance of the RasterMagnifyGlass class.  
Top

Public Properties

 NameDescription
public Property Border3DStyleGets or sets the System.Windows.Forms.Border3DStyle of the Magnifying Glass border.  
public Property BorderColorGets or sets the Color of the Magnifying Glass border.  
public Property BorderWidthGets or sets the size of the Magnifying Glass border in pixels.  
public Property CrosshairGets or sets the type of the crosshair.  
public Property CrosshairColorGets or sets the color of the crosshair.  
public Property CrosshairWidthGets or sets the width of the crosshair.  
public Property RoundRectangleEllipseSizeGets or sets the width and height of the ellipse that describes the arc of the rounded corners.  
public Property ScaleFactorGets or sets the zoom factor used to display the magnified image.  
public Property ShapeGets or sets the Shape of the Magnifying Glass.  
public Property SizeGets or sets the size of the Magnifying Glass.  
public Property ViewerGets the RasterImageViewer currently assigned for magnifying process by the control.  
Top

Protected Methods

 NameDescription
protected Method OnBorder3DStyleChangedRaises the Border3DStyleChanged event.  
protected Method OnBorderColorChangedRaises the BorderColorChanged event.  
protected Method OnBorderWidthChangedRaises the BorderWidthChanged event.  
protected Method OnCrosshairChangedRaises the CrosshairChanged event.  
protected Method OnCrosshairColorChangedRaises the CrosshairColorChanged event.  
protected Method OnCrosshairWidthChangedRaises the CrosshairWidthChanged event.  
protected Method OnPaintBorderOccurs when the Magnifying Glass border is redrawn.  
protected Method OnPaintCrosshairOccurs when the Magnifying Glass crosshair is redrawn.  
protected Method OnPaintImageOccurs when the Image for the Magnifying Glass is redrawn.  
protected Method OnRoundRectangleEllipseSizeChangedRaises the RoundRectangleEllipseSizeChanged event.  
protected Method OnScaleFactorChangedRaises the ScaleFactorChanged event.  
protected Method OnShapeChangedRaises the ShapeChanged event.  
protected Method OnSizeChangedRaises the SizeChanged event.  
protected Method OnViewerChangedRaises the ViewerChanged event.  
Top

Public Events

 NameDescription
public Event Border3DStyleChangedOccurs when the value of the RasterMagnifyGlass.Border3DStyle property changes.  
public Event BorderColorChangedOccurs when the value of the RasterMagnifyGlass.BorderColor property changes.  
public Event BorderWidthChangedOccurs when the value of the RasterMagnifyGlass.BorderWidth property changes.  
public Event CrosshairChangedOccurs when the value of the Crosshair property changes.  
public Event CrosshairColorChangedOccurs when the value of the RasterMagnifyGlass.CrosshairColor property changes.  
public Event CrosshairWidthChangedOccurs when the value of the RasterMagnifyGlass.CrosshairWidth property changes.  
public Event RoundRectangleEllipseSizeChangedOccurs when the value of the RasterMagnifyGlass.RoundRectangleEllipseSize property changes.  
public Event ScaleFactorChangedOccurs when the value of the ScaleFactor property changes.  
public Event ShapeChangedOccurs when the value of the Shape property changes.  
public Event SizeChangedOccurs when the value of the Size property changes.  
public Event ViewerChangedOccurs when the value of the Viewer property changes.  
Top

See Also