Click or drag to resize
CanvasCachedGeometry Methods

The CanvasCachedGeometry type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFill(CanvasGeometry)
Creates a new, cached version of the fill of a geometry.
Public methodStatic memberCreateFill(CanvasGeometry, Single)
Creates a new, cached version of the fill of a geometry.
Public methodStatic memberCreateStroke(CanvasGeometry, Single)
Creates a new, cached version of the stroke of a geometry with the specified stroke width.
Public methodStatic memberCreateStroke(CanvasGeometry, Single, CanvasStrokeStyle)
Creates a new, cached version of the stroke of a geometry with the specified stroke width and stroke style.
Public methodStatic memberCreateStroke(CanvasGeometry, Single, CanvasStrokeStyle, Single)
Creates a new, cached version of the stroke of a geometry with the specified stroke width and stroke style.
Public methodDispose
Releases all resources used by the CanvasCachedGeometry.
Top
See Also