Gets or sets the rendering origin of this IGraphics object for dithering and for hatch brushes. Namespace: MindFusion.Drawing
|
C#
![]() |
---|
public abstract Point RenderingOrigin { get; set; } |
Visual Basic
![]() |
---|
Public MustOverride Property RenderingOrigin As Point |
This property specifies a .NET Point structure that represents the dither origin for 8-bits-per-pixel and 16-bits-per-pixel dithering and is also used to set the origin for hatch brushes.