Click or drag to resize
ModelView.UpdateStoredEntityGlyphState Method
Updates the stored entity coordinates of the entity specified

Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViews
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void UpdateStoredEntityGlyphState(
	EntityDefinition entity,
	float x,
	float y,
	bool collapsed
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.EntityDefinition
The entity.
x
Type: System.Single
The x coordinate.
y
Type: System.Single
The y coordinate.
collapsed
Type: System.Boolean
if set to true the entity was in the collapsed state in the modelview layout
See Also