EmptyKeys.UserInterface.Media.TextureBase.GenerateLinearGradient C# (CSharp) Метод

GenerateLinearGradient() публичный абстрактный Метод

Generates the linear gradient texture content
public abstract GenerateLinearGradient ( PointF lineStart, PointF lineEnd, Thickness borderThickness, List sortedStops, GradientSpreadMethod spread, bool isBorder ) : void
lineStart PointF The line start.
lineEnd PointF The line end.
borderThickness Thickness The border thickness.
sortedStops List The sorted stops.
spread GradientSpreadMethod The spread.
isBorder bool if set to true [is border].
Результат void
        public abstract void GenerateLinearGradient(PointF lineStart, PointF lineEnd, Thickness borderThickness, List<GradientStop> sortedStops,
            GradientSpreadMethod spread, bool isBorder);