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);