I have a enhancement to the ICustomRenderSetttings to define the render location of the label relative to the point object.
It uses the standard System.Drawing.ContentAlignment enumeration. ContentAlignment.MiddleCenter is the default which uses the original EasyGIS location logic.
Would this be helpful to people, I can create a PR if it is.
I have a enhancement to the
ICustomRenderSetttingsto define the render location of the label relative to the point object.It uses the standard
System.Drawing.ContentAlignmentenumeration.ContentAlignment.MiddleCenteris the default which uses the original EasyGIS location logic.Would this be helpful to people, I can create a PR if it is.