Documents for PDF, .NET Edition Documentation
EndPoint Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Drawing Namespace > LinearGradientBrush Class : EndPoint Property
Gets or sets the coordinates of the end point of the current linear gradient brush.

(0,0) is the top-left corner, (1,1) is the bottom-right corner.

Syntax
'Declaration
 
Public Property EndPoint As System.Drawing.PointF
public System.Drawing.PointF EndPoint {get; set;}
See Also

Reference

LinearGradientBrush Class
LinearGradientBrush Members