ComponentFactory.Krypton.Toolkit.RenderBase.GetBackPath C# (CSharp) Метод

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

Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
public abstract GetBackPath ( RenderContext context, Rectangle rect, IPaletteBorder palette, VisualOrientation orientation, PaletteState state ) : GraphicsPath
context RenderContext Rendering context.
rect System.Drawing.Rectangle Target rectangle.
palette IPaletteBorder Palette used for drawing.
orientation VisualOrientation Visual orientation of the border.
state PaletteState State associated with rendering.
Результат System.Drawing.Drawing2D.GraphicsPath
        public abstract GraphicsPath GetBackPath(RenderContext context,
                                                 Rectangle rect,
                                                 IPaletteBorder palette,
                                                 VisualOrientation orientation,
                                                 PaletteState state);