IPathColor Interface Members
The following tables list the members exposed by IPathColor.
Public Properties
Name | Description | |
---|---|---|
![]() | Color | Gets the color of the pen. Supports transparency |
![]() | ColorCode | Used internally by the renderer, gets the integer color-code that represents the Pen color |
![]() | IsTransparent | Gets a value indicating whether this pen is transparent. |
Public Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IPathColor>) |
Extension Methods
Name | Description | |
---|---|---|
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
See Also