Click or drag to resize
CanvasDrawingSessionDrawCachedGeometry Method
Overload List
  NameDescription
Public methodDrawCachedGeometry(CanvasCachedGeometry, ICanvasBrush)
Draws a cached geometry relative to the origin, using a brush to define the color.
Public methodDrawCachedGeometry(CanvasCachedGeometry, Color)
Draws a cached geometry relative to the origin and with the specified color.
Public methodDrawCachedGeometry(CanvasCachedGeometry, Vector2, ICanvasBrush)
Draws a cached geometry relative to the specified position, using a brush to define the color.
Public methodDrawCachedGeometry(CanvasCachedGeometry, Vector2, Color)
Draws a cached geometry relative to the specified position and with the specified color.
Public methodDrawCachedGeometry(CanvasCachedGeometry, Single, Single, ICanvasBrush)
Draws a cached geometry relative to the specified position, using a brush to define the color.
Public methodDrawCachedGeometry(CanvasCachedGeometry, Single, Single, Color)
Draws a cached geometry relative to the specified position and with the specified color.
Top
See Also