Class WmfFrameRegion
Class WmfFrameRegion
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Wmf.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Obiekt obszaru ramowego wmf.
public class WmfFrameRegion : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfFrameRegion
Dziedziczeni członkowie
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfFrameRegion()
Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Wmf.Objects.
public WmfFrameRegion()
WmfFrameRegion(WmfGraphicObject, Obiekt graficzny)
Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Wmf.Objects.
public WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush)
Parameters
region
WmfGraphicObject
w regionie .
brush
WmfGraphicObject
To jest brush.
Properties
BrushIndex
Uzyskuje lub ustawia indeks szczoteczki.
public int BrushIndex { get; set; }
Wartość nieruchomości
Height
Dostaje lub ustawia wysokość.
public short Height { get; set; }
Wartość nieruchomości
RegionIndex
Otrzymuje lub ustawia indeks regionu.
public int RegionIndex { get; set; }
Wartość nieruchomości
Width
Dostęp lub ustaw szerokość.
public short Width { get; set; }