ImageGear for .NET
AttribFlags Property
See Also  Send Feedback
ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : AttribFlags Property




Glossary Item Box

Gets flags indicating which optional attributes are present for the entity.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

Or combination of ImGearVectAttrib enumeration values or 0.

Remarks

An entity may have different optional attributes such as draw color, fill color, line type, fill type, offset, rotation, scale and position. These attributes do not exist until they are created.

Note: OFFSET, ROTATION, SCALE and POSITON flags are deprecated and should not be used. Use Move, Rotate, Scale, GetMatrix and SetMatrix methods to manipulate the corresponding attributes.

See Also

©2013. Accusoft Corporation. All Rights Reserved.