Question
while retrieving stroke align type which is applied for a paths getting same type values adobe sdk
- March 13, 2023
- 1 reply
- 557 views
Hi all,
I want to retrieve the stroke align type values which is applied for the different path.
sAIArt->SetArtUserAttr(art, kArtSelected, kArtSelected);
the above code i used to select the each path
ai::uint32 strokeAlignType;
strokeAlignType = sAIPaintStyle->GetStrokeAlignmentFromSelection();
cout << "strokeAlignType = "<<strokeAlignType <<endl;
the above code i used to retrieve the stroke align type for the selected path.
but while retriving the property im getting same stroke align type value, which is applied for the first path.
can anyone help me to solve this solution.
Thanks
