PostMultipliedMatrix

EmfPlusTranslateWorldTransform.PostMultipliedMatrix property

Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multiplied. If clear, it should be premultiplied.

public bool PostMultipliedMatrix { get; }

Property Value

true if [post multiplied matrix]; otherwise, false.

See Also