EmptyKeys.UserInterface.Media.TextureBase.GenerateSolidColor C# (CSharp) Méthode

GenerateSolidColor() public abstract méthode

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].
Résultat void
        public abstract void GenerateSolidColor(Thickness borderThickness, bool isBorder);