Interface IDrawFacet
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This interface is to represent the [draw facet].
public interface IDrawFacet
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Methods
DrawFacet(Canvas)
Draw facet.
void DrawFacet(Canvas canvas)
Parameters
canvas Canvas
The canvas.
DrawFacetByDefaultParameters(Canvas)
Draws facet by default parameters.
void DrawFacetByDefaultParameters(Canvas canvas)
Parameters
canvas Canvas
The canvas has icon information.
DrawFacetInGlobal(Canvas)
Draw facet in global.
void DrawFacetInGlobal(Canvas canvas)
Parameters
canvas Canvas
The canvas.
SetGeometryRepresentation(string, string, bool)
Set geometry representation.
bool SetGeometryRepresentation(string strGeom, string strDefaultGeom, bool bUseRedraw)
Parameters
strGeom string
The geometry information.
strDefaultGeom string
The geometry information when checked default value.
bUseRedraw bool
The redraw flag.