Gets or sets the IGraphicsPath that defines the area filled by this brush.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public IGraphicsPath Path { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Path As IGraphicsPath |
See Also