Class CustomGraphics
Summary description for CustumGraphics.
Inheritance
System.Object
CustomGraphics
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class CustomGraphics
Constructors
CustomGraphics()
Declaration
CustomGraphics(Graphics)
Declaration
public CustomGraphics(Graphics graphics)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
graphics |
|
Properties
Graphics
Declaration
protected Graphics Graphics { get; }
Property Value
Type |
System.Drawing.Graphics |
Methods
Declaration
public virtual Matrix ApplyTransform(Matrix matrix)
Parameters
Type |
Name |
Description |
System.Drawing.Drawing2D.Matrix |
matrix |
|
Returns
Type |
System.Drawing.Drawing2D.Matrix |
GetSplitIndexByOffset(String, ITextMeasurable, Double, Boolean)
Declaration
public int GetSplitIndexByOffset(string text, ITextMeasurable measurer, double offset, bool bSplitByChar)
Parameters
Type |
Name |
Description |
System.String |
text |
|
ITextMeasurable |
measurer |
|
System.Double |
offset |
|
System.Boolean |
bSplitByChar |
|
Returns
Declaration
public virtual void ResetTransform(Matrix matrix)
Parameters
Type |
Name |
Description |
System.Drawing.Drawing2D.Matrix |
matrix |
|
Update(Graphics)
Declaration
public CustomGraphics Update(Graphics graphics)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
graphics |
|
Returns