Point Property (RenderSymbolEventArgs)
In This Topic
Gets the symbol point in control pixel coordinates.
Syntax
'Declaration
<C1DescriptionAttribute("RenderSymbolEventArgs.Point", "Gets the symbol point in control pixel coordinates.")>
Public Property Point As PointF
[C1Description("RenderSymbolEventArgs.Point", "Gets the symbol point in control pixel coordinates.")]
public PointF Point {get; set;}
See Also