Click or drag to resize
CanvasDrawingSessionDrawGeometry Method
Overload List
  NameDescription
Public methodDrawGeometry(CanvasGeometry, ICanvasBrush)
Draws a geometry relative to the origin, with a single unit stroke width, and using a brush to define the color.
Public methodDrawGeometry(CanvasGeometry, Color)
Draws a geometry relative to the origin, with a single unit stroke width and the specified color.
Public methodDrawGeometry(CanvasGeometry, ICanvasBrush, Single)
Draws a geometry relative to the origin, with the specified stroke width, and using a brush to define the color.
Public methodDrawGeometry(CanvasGeometry, Vector2, ICanvasBrush)
Draws a geometry relative to the specified position, with a single unit stroke width, and using a brush to define the color.
Public methodDrawGeometry(CanvasGeometry, Vector2, Color)
Draws a geometry relative to the specified position, with a single unit stroke width and the specified color.
Public methodDrawGeometry(CanvasGeometry, Color, Single)
Draws a geometry relative to the origin, with the specified stroke width and color.
Public methodDrawGeometry(CanvasGeometry, ICanvasBrush, Single, CanvasStrokeStyle)
Draws a geometry relative to the origin, with the specified stroke width and stroke style, and using a brush to define the color.
Public methodDrawGeometry(CanvasGeometry, Vector2, ICanvasBrush, Single)
Draws a geometry relative to the specified position, with the specified stroke width, and using a brush to define the color.
Public methodDrawGeometry(CanvasGeometry, Vector2, Color, Single)
Draws a geometry relative to the specified position, with the specified stroke width and color.
Public methodDrawGeometry(CanvasGeometry, Single, Single, ICanvasBrush)
Draws a geometry relative to the specified position, with a single unit stroke width, and using a brush to define the color.
Public methodDrawGeometry(CanvasGeometry, Single, Single, Color)
Draws a geometry relative to the specified position, with a single unit stroke width and the specified color.
Public methodDrawGeometry(CanvasGeometry, Color, Single, CanvasStrokeStyle)
Draws a geometry relative to the origin, with the specified stroke width, stroke style, and color.
Public methodDrawGeometry(CanvasGeometry, Vector2, ICanvasBrush, Single, CanvasStrokeStyle)
Draws a geometry relative to the specified position, with the specified stroke width and stroke style, and using a brush to define the color.
Public methodDrawGeometry(CanvasGeometry, Vector2, Color, Single, CanvasStrokeStyle)
Draws a geometry relative to the specified position, with the specified stroke width, stroke style, and color.
Public methodDrawGeometry(CanvasGeometry, Single, Single, ICanvasBrush, Single)
Draws a geometry relative to the specified position, with the specified stroke width, and using a brush to define the color.
Public methodDrawGeometry(CanvasGeometry, Single, Single, Color, Single)
Draws a geometry relative to the specified position, with the specified stroke width and color.
Public methodDrawGeometry(CanvasGeometry, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle)
Draws a geometry relative to the specified position, with the specified stroke width and stroke style, and using a brush to define the color.
Public methodDrawGeometry(CanvasGeometry, Single, Single, Color, Single, CanvasStrokeStyle)
Draws a geometry relative to the specified position, with the specified stroke width, stroke style, and color.
Top
See Also