Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcDXGraphics Class / NearestNeighborMode Property

In This Topic
    NearestNeighborMode Property
    In This Topic
    Gets or sets a value indicating whether the exact color of the nearest bitmap pixel is used when images are scaled.
    Syntax
    'Declaration
     
    Public Property NearestNeighborMode As System.Boolean
    public System.bool NearestNeighborMode {get; set;}
    See Also