ReportItemDrawParams コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ReportItemDrawParams(Matrix, Int32)
public:
ReportItemDrawParams(System::Drawing::Drawing2D::Matrix ^ transform, int alpha);
public ReportItemDrawParams(System.Drawing.Drawing2D.Matrix transform, int alpha);
new Microsoft.ReportDesigner.ReportItemDrawParams : System.Drawing.Drawing2D.Matrix * int -> Microsoft.ReportDesigner.ReportItemDrawParams
Public Sub New (transform As Matrix, alpha As Integer)
パラメーター
- transform
- Matrix
- alpha
- Int32
適用対象
ReportItemDrawParams(Matrix, Int32, IEnumerable<IReportItem>)
public:
ReportItemDrawParams(System::Drawing::Drawing2D::Matrix ^ transform, int alpha, System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ invisibleItems);
public ReportItemDrawParams(System.Drawing.Drawing2D.Matrix transform, int alpha, System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> invisibleItems);
new Microsoft.ReportDesigner.ReportItemDrawParams : System.Drawing.Drawing2D.Matrix * int * seq<Microsoft.ReportDesigner.IReportItem> -> Microsoft.ReportDesigner.ReportItemDrawParams
Public Sub New (transform As Matrix, alpha As Integer, invisibleItems As IEnumerable(Of IReportItem))
パラメーター
- transform
- Matrix
- alpha
- Int32
- invisibleItems
- IEnumerable<IReportItem>
適用対象
ReportItemDrawParams(Matrix, Int32, IEnumerable<IReportItem>, ReportItemDrawFlags)
public:
ReportItemDrawParams(System::Drawing::Drawing2D::Matrix ^ transform, int alpha, System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ invisibleItems, Microsoft::ReportDesigner::ReportItemDrawFlags flags);
public ReportItemDrawParams(System.Drawing.Drawing2D.Matrix transform, int alpha, System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> invisibleItems, Microsoft.ReportDesigner.ReportItemDrawFlags flags);
new Microsoft.ReportDesigner.ReportItemDrawParams : System.Drawing.Drawing2D.Matrix * int * seq<Microsoft.ReportDesigner.IReportItem> * Microsoft.ReportDesigner.ReportItemDrawFlags -> Microsoft.ReportDesigner.ReportItemDrawParams
Public Sub New (transform As Matrix, alpha As Integer, invisibleItems As IEnumerable(Of IReportItem), flags As ReportItemDrawFlags)
パラメーター
- transform
- Matrix
- alpha
- Int32
- invisibleItems
- IEnumerable<IReportItem>
- flags
- ReportItemDrawFlags
適用対象
ReportItemDrawParams(Matrix, Int32, IEnumerable<IReportItem>, Boolean)
public:
ReportItemDrawParams(System::Drawing::Drawing2D::Matrix ^ transform, int alpha, System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ invisibleItems, bool forThumbnail);
public ReportItemDrawParams(System.Drawing.Drawing2D.Matrix transform, int alpha, System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> invisibleItems, bool forThumbnail);
new Microsoft.ReportDesigner.ReportItemDrawParams : System.Drawing.Drawing2D.Matrix * int * seq<Microsoft.ReportDesigner.IReportItem> * bool -> Microsoft.ReportDesigner.ReportItemDrawParams
Public Sub New (transform As Matrix, alpha As Integer, invisibleItems As IEnumerable(Of IReportItem), forThumbnail As Boolean)
パラメーター
- transform
- Matrix
- alpha
- Int32
- invisibleItems
- IEnumerable<IReportItem>
- forThumbnail
- Boolean