Метод | Описание | |
---|---|---|
Begin ( Canvas target ) : void | ||
Clear ( ) : void | ||
Clear ( Rectangle region ) : void | ||
Dispose ( ) : void | ||
Drawer ( Factory factory2D ) : System | ||
End ( ) : void | ||
Fill ( Rectangle rectangleRegion, SharpDX.Direct2D1.Brush brush ) : void | ||
Fill ( Rectangle rectangleRegion, Size roundedRectangleRadius, SharpDX.Direct2D1.Brush brush ) : void | ||
Fill ( Shape shape, SharpDX.Direct2D1.Brush brush ) : void | ||
Stroke ( System.Point lineStart, System.Point lineEnd, SharpDX.Direct2D1.Brush brush, SharpDX.Direct2D1.StrokeStyle style, float strokeWidth ) : void | ||
Stroke ( Rectangle rectangleRegion, SharpDX.Direct2D1.Brush brush, SharpDX.Direct2D1.StrokeStyle style, float strokeWidth ) : void | ||
Stroke ( Rectangle rectangleRegion, Size roundedRectangleRadius, SharpDX.Direct2D1.Brush brush, SharpDX.Direct2D1.StrokeStyle style, float strokeWidth ) : void | ||
Stroke ( Shape shape, SharpDX.Direct2D1.Brush brush, SharpDX.Direct2D1.StrokeStyle style, float strokeWidth ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
FitStroke ( Rectangle ®ion, float thicknessX, float thicknessY, Rectangle &result ) : void | ||
ToStrokeable ( Rectangle ®ion, float thicknessX, float thicknessY, Rectangle &result ) : void |
public Drawer ( Factory factory2D ) : System | ||
factory2D | Factory | |
Результат | System |
public Fill ( Rectangle rectangleRegion, SharpDX.Direct2D1.Brush brush ) : void | ||
rectangleRegion | Rectangle | |
brush | SharpDX.Direct2D1.Brush | |
Результат | void |
public Fill ( Rectangle rectangleRegion, Size roundedRectangleRadius, SharpDX.Direct2D1.Brush brush ) : void | ||
rectangleRegion | Rectangle | |
roundedRectangleRadius | Size | |
brush | SharpDX.Direct2D1.Brush | |
Результат | void |
public Fill ( Shape shape, SharpDX.Direct2D1.Brush brush ) : void | ||
shape | Shape | |
brush | SharpDX.Direct2D1.Brush | |
Результат | void |
public Stroke ( System.Point lineStart, System.Point lineEnd, SharpDX.Direct2D1.Brush brush, SharpDX.Direct2D1.StrokeStyle style, float strokeWidth ) : void | ||
lineStart | System.Point | |
lineEnd | System.Point | |
brush | SharpDX.Direct2D1.Brush | |
style | SharpDX.Direct2D1.StrokeStyle | |
strokeWidth | float | |
Результат | void |
public Stroke ( Rectangle rectangleRegion, SharpDX.Direct2D1.Brush brush, SharpDX.Direct2D1.StrokeStyle style, float strokeWidth ) : void | ||
rectangleRegion | Rectangle | |
brush | SharpDX.Direct2D1.Brush | |
style | SharpDX.Direct2D1.StrokeStyle | |
strokeWidth | float | |
Результат | void |
public Stroke ( Rectangle rectangleRegion, Size roundedRectangleRadius, SharpDX.Direct2D1.Brush brush, SharpDX.Direct2D1.StrokeStyle style, float strokeWidth ) : void | ||
rectangleRegion | Rectangle | |
roundedRectangleRadius | Size | |
brush | SharpDX.Direct2D1.Brush | |
style | SharpDX.Direct2D1.StrokeStyle | |
strokeWidth | float | |
Результат | void |
public Stroke ( Shape shape, SharpDX.Direct2D1.Brush brush, SharpDX.Direct2D1.StrokeStyle style, float strokeWidth ) : void | ||
shape | Shape | |
brush | SharpDX.Direct2D1.Brush | |
style | SharpDX.Direct2D1.StrokeStyle | |
strokeWidth | float | |
Результат | void |