Click or drag to resize
CanvasDrawingSessionFillGeometry Method
Overload List
  NameDescription
Public methodFillGeometry(CanvasGeometry, ICanvasBrush)
Fills a geometry relative to the origin, using a brush to define the color.
Public methodFillGeometry(CanvasGeometry, Color)
Fills a geometry relative to the origin with the specified color.
Public methodFillGeometry(CanvasGeometry, ICanvasBrush, ICanvasBrush)
Fills a geometry relative to the origin, using a brush to define the color and a second brush to specify an opacity mask.
Public methodFillGeometry(CanvasGeometry, Vector2, ICanvasBrush)
Fills a geometry relative to the specified position, using a brush to define the color.
Public methodFillGeometry(CanvasGeometry, Vector2, Color)
Fills a geometry relative to the specified position with the specified color.
Public methodFillGeometry(CanvasGeometry, Vector2, ICanvasBrush, ICanvasBrush)
Fills a geometry relative to the specified position, using a brush to define the color and a second brush to specify an opacity mask.
Public methodFillGeometry(CanvasGeometry, Single, Single, ICanvasBrush)
Fills a geometry relative to the specified position, using a brush to define the color.
Public methodFillGeometry(CanvasGeometry, Single, Single, Color)
Fills a geometry relative to the specified position with the specified color.
Public methodFillGeometry(CanvasGeometry, Single, Single, ICanvasBrush, ICanvasBrush)
Fills a geometry relative to the specified position, using a brush to define the color and a second brush to specify an opacity mask.
Top
See Also