Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 ConstructorRasterMagnifyGlass Constructor Initializes a new instance of the RasterMagnifyGlass class.  
Top

Public Properties

 NameDescription
Public PropertyBorder3DStyle Gets or sets the Border3DStyle of the Magnifying Glass border.  
Public PropertyBorderColor Gets or sets the Color of the Magnifying Glass border.  
Public PropertyBorderWidth Gets or sets the size of the Magnifying Glass border in pixels.  
Public PropertyCrosshair Gets or sets the type of the crosshair.  
Public PropertyCrosshairColor Gets or sets the color of the crosshair.  
Public PropertyCrosshairWidth Gets or sets the width of the crosshair.  
Public PropertyRoundRectangleEllipseSize Gets or sets the width and height of the ellipse that describes the arc of the rounded corners.  
Public PropertyScaleFactor Gets or sets the zoom factor used to display the magnified image.  
Public PropertyShape Gets or sets the Shape of the Magnifying Glass.  
Public PropertySize Gets or sets the size of the Magnifying Glass.  
Public PropertyViewer Gets the RasterImageViewer currently assigned for magnifying process by the control.  
Top

Protected Methods

 NameDescription
Protected MethodOnBorder3DStyleChanged Raises the Border3DStyleChanged event.  
Protected MethodOnBorderColorChanged Raises the BorderColorChanged event.  
Protected MethodOnBorderWidthChanged Raises the BorderWidthChanged event.  
Protected MethodOnCrosshairChanged Raises the CrosshairChanged event.  
Protected MethodOnCrosshairColorChanged Raises the CrosshairColorChanged event.  
Protected MethodOnCrosshairWidthChanged Raises the CrosshairWidthChanged event.  
Protected MethodOnPaintBorder Occurs when the Magnifying Glass border is redrawn.  
Protected MethodOnPaintCrosshair Occurs when the Magnifying Glass crosshair is redrawn.  
Protected MethodOnPaintImage Occurs when the Image for the Magnifying Glass is redrawn.  
Protected MethodOnRoundRectangleEllipseSizeChanged Raises the RoundRectangleEllipseSizeChanged event.  
Protected MethodOnScaleFactorChanged Raises the ScaleFactorChanged event.  
Protected MethodOnShapeChanged Raises the ShapeChanged event.  
Protected MethodOnSizeChanged Raises the SizeChanged event.  
Protected MethodOnViewerChanged Raises the ViewerChanged event.  
Top

Public Events

 NameDescription
Public EventBorder3DStyleChanged Occurs when the value of the RasterMagnifyGlass.Border3DStyle property changes.  
Public EventBorderColorChanged Occurs when the value of the RasterMagnifyGlass.BorderColor property changes.  
Public EventBorderWidthChanged Occurs when the value of the RasterMagnifyGlass.BorderWidth property changes.  
Public EventCrosshairChanged Occurs when the value of the Crosshair property changes.  
Public EventCrosshairColorChanged Occurs when the value of the RasterMagnifyGlass.CrosshairColor property changes.  
Public EventCrosshairWidthChanged Occurs when the value of the RasterMagnifyGlass.CrosshairWidth property changes.  
Public EventRoundRectangleEllipseSizeChanged Occurs when the value of the RasterMagnifyGlass.RoundRectangleEllipseSize property changes.  
Public EventScaleFactorChanged Occurs when the value of the ScaleFactor property changes.  
Public EventShapeChanged Occurs when the value of the Shape property changes.  
Public EventSizeChanged Occurs when the value of the Size property changes.  
Public EventViewerChanged Occurs when the value of the Viewer property changes.  
Top

See Also