GraphicBaseShearGripHandleShow Method |
Draws the grip in the graphics context.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Show(
Graphics g,
double pageScale
)
Parameters
- g Graphics
- Graphics context.
- pageScale Double
- Current zoom factor that can be used to calculate pen width etc. for displaying the handle. Attention: this factor must not be used to transform the path of the handle.
Implements
IGripManipulationHandleShow(Graphics, Double)See Also