WebPlanner Programmer's Guide

IGraphics.InterpolationMode Property

See Also
 


Gets or sets the interpolation mode associated with this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract InterpolationMode InterpolationMode { get; set; }

Visual Basic  Copy Code

Public MustOverride Property InterpolationMode As InterpolationMode

 Property Value

This property specifies a member of the InterpolationMode enumeration associated with this IGraphics object.

 See Also