C# Класс ARCed.UI.DrawHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
CalculateGraphicsPathFromBitmap ( Bitmap bitmap ) : GraphicsPath
CalculateGraphicsPathFromBitmap ( Bitmap bitmap, Color colorTransparent ) : GraphicsPath
GetRoundedCornerTab ( GraphicsPath graphicsPath, Rectangle rect, bool upCorner ) : GraphicsPath
RtlTransform ( Control control, Point point ) : Point
RtlTransform ( Control control, Rectangle rectangle ) : Rectangle

Описание методов

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

public static CalculateGraphicsPathFromBitmap ( Bitmap bitmap ) : GraphicsPath
bitmap System.Drawing.Bitmap
Результат System.Drawing.Drawing2D.GraphicsPath

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

public static CalculateGraphicsPathFromBitmap ( Bitmap bitmap, Color colorTransparent ) : GraphicsPath
bitmap System.Drawing.Bitmap
colorTransparent System.Drawing.Color
Результат System.Drawing.Drawing2D.GraphicsPath

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

public static GetRoundedCornerTab ( GraphicsPath graphicsPath, Rectangle rect, bool upCorner ) : GraphicsPath
graphicsPath System.Drawing.Drawing2D.GraphicsPath
rect System.Drawing.Rectangle
upCorner bool
Результат System.Drawing.Drawing2D.GraphicsPath

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

public static RtlTransform ( Control control, Point point ) : Point
control System.Windows.Forms.Control
point System.Drawing.Point
Результат System.Drawing.Point

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

public static RtlTransform ( Control control, Rectangle rectangle ) : Rectangle
control System.Windows.Forms.Control
rectangle System.Drawing.Rectangle
Результат System.Drawing.Rectangle