fHasOutline
Moderators: Víctor Paredes, Belgarath, slowtiger
fHasOutline
LM_SHAPE.fHasOutline doesn't actually seem to reflect the setting of the shape. CopyProperties() doesn't copy the outline value properly either.
- Lost Marble
- Site Admin
- Posts: 2354
- Joined: Tue Aug 03, 2004 6:02 pm
- Location: Scotts Valley, California, USA
- Contact:
LM_SHAPE.fHasOutline should correctly reflect that status of the shape.
shape. CopyProperties() purposely does not copy the status of whether there is an outline or not. For example, you may want to copy the fill settings from one shape to another, but not change whether the second shape has an outline or not. If the script you're writing does want to change the status of the outline, it will have to copy that setting separately.
shape. CopyProperties() purposely does not copy the status of whether there is an outline or not. For example, you may want to copy the fill settings from one shape to another, but not change whether the second shape has an outline or not. If the script you're writing does want to change the status of the outline, it will have to copy that setting separately.