Class EmfWidenPath
Class EmfWidenPath
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.7.0)
This record redefines the current path as the area that would be painted if the pathwere drawn using the pen currently selected into the playback device context.
public sealed class EmfWidenPath : EmfPathBracketRecordType
{
public short wPenWidth;
public sbyte x;
public sbyte y;
}
Inheritance
object ← MetaObject ← EmfRecord ← EmfPathBracketRecordType ← EmfWidenPath
Inherited Members
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfWidenPath()
public EmfWidenPath()
{
}