Gets or sets the interpolation mode associated with this IGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
InterpolationMode InterpolationMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Property InterpolationMode As InterpolationMode |
This property specifies a member of the InterpolationMode enumeration associated with this IGraphics object.
See Also