VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiGraphicsFactory Class / PixelOffsetMode Property
Syntax Requirements SeeAlso
In This Topic
    PixelOffsetMode Property (GdiGraphicsFactory)
    In This Topic
    Gets or sets the pixel offset mode that is used for creating of new GdiGraphics.
    Syntax
    'Declaration
    
    Public Property PixelOffsetMode As System.Drawing.Drawing2D.PixelOffsetMode
    
    
    public System.Drawing.Drawing2D.PixelOffsetMode PixelOffsetMode { get; set; }
    
    
    public: __property System.Drawing.Drawing2D.PixelOffsetMode* get_PixelOffsetMode();
    public: __property void set_PixelOffsetMode(
    System.Drawing.Drawing2D.PixelOffsetMode* value
    );
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also