Gets or sets a point structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CenterPoint As Point |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UserFilterCommand
Dim value As Point
instance.CenterPoint = value
value = instance.CenterPoint
|
C# | |
---|
public Point CenterPoint {get; set;} |
Return Value
Point structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also