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

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

Generates the solid color texture content
public abstract GenerateSolidColor ( Thickness borderThickness, bool isBorder ) : void
borderThickness Thickness The border thickness.
isBorder bool if set to true [is border].
Результат void
        public abstract void GenerateSolidColor(Thickness borderThickness, bool isBorder);